149 lines
13 KiB
C++
149 lines
13 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "Materials/MaterialExpressionComposite.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeMaterialExpressionComposite() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionComposite();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionComposite_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionPinBase_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionComposite *********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionComposite;
|
|
UClass* UMaterialExpressionComposite::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UMaterialExpressionComposite;
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionComposite.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("MaterialExpressionComposite"),
|
|
Z_Registration_Info_UClass_UMaterialExpressionComposite.InnerSingleton,
|
|
StaticRegisterNativesUMaterialExpressionComposite,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionComposite.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionComposite_NoRegister()
|
|
{
|
|
return UMaterialExpressionComposite::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UMaterialExpressionComposite_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Composite (subgraph) expression. Exists purely for organzational purposes.\n * Under the hood uses reroute expressions for graph compilation. See below\n * to understand how a particular reroute's input / output correlates to\n * the inputs / outputs of composites and their pin bases.\n * \n * _________________ _________________\n * | INPUT BASE | | OUTPUT BASE |\n * +--------+--------+ +--------+--------+\n * | | (>) | -> | (>) | |\n * | | (>) | | (>) | |\n * | | (>) | | (>) | |\n * | | (>) | | (>) | |\n * | | | | | |\n * +--------+--------+ +--------+--------+\n * | NODE IN: NONE | | NODE IN: PINS |\n * | NODE OUT: PINS | | NODE OUT: NONE |\n * |_________________| |_________________|\n * \n * ^ | \n * | v \n * ____________________________ \n * | COMPOSITE |\n * +---------+--------+---------+\n * -> | (>) | | (>) | ->\n * | (>) | | (>) |\n * | (>) | | (>) |\n * | (>) | | (>) |\n * | | | |\n * +---------+--------+---------+\n * | NODE IN: TO INPUT BASE |\n * | NODE OUT: FROM OUTPUT BASE |\n * |____________________________|\n *\n */" },
|
|
{ "HideCategories", "Object" },
|
|
{ "IncludePath", "Materials/MaterialExpressionComposite.h" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComposite.h" },
|
|
{ "ToolTip", "Composite (subgraph) expression. Exists purely for organzational purposes.\nUnder the hood uses reroute expressions for graph compilation. See below\nto understand how a particular reroute's input / output correlates to\nthe inputs / outputs of composites and their pin bases.\n\n _________________ _________________\n | INPUT BASE | | OUTPUT BASE |\n +--------+--------+ +--------+--------+\n | | (>) | -> | (>) | |\n | | (>) | | (>) | |\n | | (>) | | (>) | |\n | | (>) | | (>) | |\n | | | | | |\n +--------+--------+ +--------+--------+\n | NODE IN: NONE | | NODE IN: PINS |\n | NODE OUT: PINS | | NODE OUT: NONE |\n |_________________| |_________________|\n\n ^ |\n | v\n ____________________________\n | COMPOSITE |\n +---------+--------+---------+\n -> | (>) | | (>) | ->\n | (>) | | (>) |\n | (>) | | (>) |\n | (>) | | (>) |\n | | | |\n +---------+--------+---------+\n | NODE IN: TO INPUT BASE |\n | NODE OUT: FROM OUTPUT BASE |\n |____________________________|" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubgraphName_MetaData[] = {
|
|
{ "Category", "MaterialExpressionComposite" },
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComposite.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputExpressions_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComposite.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutputExpressions_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Materials/MaterialExpressionComposite.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UMaterialExpressionComposite constinit property declarations *************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SubgraphName;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InputExpressions;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutputExpressions;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UMaterialExpressionComposite constinit property declarations ***************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UMaterialExpressionComposite>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UMaterialExpressionComposite_Statics
|
|
|
|
// ********** Begin Class UMaterialExpressionComposite Property Definitions ************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMaterialExpressionComposite_Statics::NewProp_SubgraphName = { "SubgraphName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionComposite, SubgraphName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubgraphName_MetaData), NewProp_SubgraphName_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialExpressionComposite_Statics::NewProp_InputExpressions = { "InputExpressions", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionComposite, InputExpressions), Z_Construct_UClass_UMaterialExpressionPinBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputExpressions_MetaData), NewProp_InputExpressions_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialExpressionComposite_Statics::NewProp_OutputExpressions = { "OutputExpressions", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionComposite, OutputExpressions), Z_Construct_UClass_UMaterialExpressionPinBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutputExpressions_MetaData), NewProp_OutputExpressions_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionComposite_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComposite_Statics::NewProp_SubgraphName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComposite_Statics::NewProp_InputExpressions,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionComposite_Statics::NewProp_OutputExpressions,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComposite_Statics::PropPointers) < 2048);
|
|
// ********** End Class UMaterialExpressionComposite Property Definitions **************************
|
|
UObject* (*const Z_Construct_UClass_UMaterialExpressionComposite_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UMaterialExpression,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComposite_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionComposite_Statics::ClassParams = {
|
|
&UMaterialExpressionComposite::StaticClass,
|
|
"MaterialExpressions",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UMaterialExpressionComposite_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComposite_Statics::PropPointers),
|
|
0,
|
|
0x000800B4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionComposite_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionComposite_Statics::Class_MetaDataParams)
|
|
};
|
|
void UMaterialExpressionComposite::StaticRegisterNativesUMaterialExpressionComposite()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UMaterialExpressionComposite()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UMaterialExpressionComposite.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionComposite.OuterSingleton, Z_Construct_UClass_UMaterialExpressionComposite_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UMaterialExpressionComposite.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionComposite);
|
|
UMaterialExpressionComposite::~UMaterialExpressionComposite() {}
|
|
// ********** End Class UMaterialExpressionComposite ***********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComposite_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UMaterialExpressionComposite, UMaterialExpressionComposite::StaticClass, TEXT("UMaterialExpressionComposite"), &Z_Registration_Info_UClass_UMaterialExpressionComposite, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionComposite), 2840548279U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComposite_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComposite_h__Script_Engine_77256753{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComposite_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionComposite_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|