// 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 "InterchangeSpecularProfileNode.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeInterchangeSpecularProfileNode() {} // ********** Begin Cross Module References ******************************************************** INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeBaseNode(); INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeSpecularProfileNode(); INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeSpecularProfileNode_NoRegister(); UPackage* Z_Construct_UPackage__Script_InterchangeNodes(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UInterchangeSpecularProfileNode Function GetCustomFormat ***************** struct Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics { struct InterchangeSpecularProfileNode_eventGetCustomFormat_Parms { uint8 Format; bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Interchange | Node | SpecularProfile" }, { "ModuleRelativePath", "Public/InterchangeSpecularProfileNode.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetCustomFormat constinit property declarations *********************** static const UECodeGen_Private::FBytePropertyParams NewProp_Format; static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetCustomFormat constinit property declarations ************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetCustomFormat Property Definitions ********************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::NewProp_Format = { "Format", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSpecularProfileNode_eventGetCustomFormat_Parms, Format), nullptr, METADATA_PARAMS(0, nullptr) }; void Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((InterchangeSpecularProfileNode_eventGetCustomFormat_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeSpecularProfileNode_eventGetCustomFormat_Parms), &Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::NewProp_Format, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::PropPointers) < 2048); // ********** End Function GetCustomFormat Property Definitions ************************************ const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSpecularProfileNode, nullptr, "GetCustomFormat", Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::PropPointers), sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::InterchangeSpecularProfileNode_eventGetCustomFormat_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::InterchangeSpecularProfileNode_eventGetCustomFormat_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UInterchangeSpecularProfileNode::execGetCustomFormat) { P_GET_PROPERTY_REF(FByteProperty,Z_Param_Out_Format); P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->GetCustomFormat(Z_Param_Out_Format); P_NATIVE_END; } // ********** End Class UInterchangeSpecularProfileNode Function GetCustomFormat ******************* // ********** Begin Class UInterchangeSpecularProfileNode Function GetCustomTexture **************** struct Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics { struct InterchangeSpecularProfileNode_eventGetCustomTexture_Parms { FString TextureUid; bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Interchange | Node | SpecularProfile" }, { "ModuleRelativePath", "Public/InterchangeSpecularProfileNode.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetCustomTexture constinit property declarations ********************** static const UECodeGen_Private::FStrPropertyParams NewProp_TextureUid; static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetCustomTexture constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetCustomTexture Property Definitions ********************************* const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::NewProp_TextureUid = { "TextureUid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSpecularProfileNode_eventGetCustomTexture_Parms, TextureUid), METADATA_PARAMS(0, nullptr) }; void Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((InterchangeSpecularProfileNode_eventGetCustomTexture_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeSpecularProfileNode_eventGetCustomTexture_Parms), &Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::NewProp_TextureUid, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::PropPointers) < 2048); // ********** End Function GetCustomTexture Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSpecularProfileNode, nullptr, "GetCustomTexture", Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::PropPointers), sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::InterchangeSpecularProfileNode_eventGetCustomTexture_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::InterchangeSpecularProfileNode_eventGetCustomTexture_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UInterchangeSpecularProfileNode::execGetCustomTexture) { P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_TextureUid); P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->GetCustomTexture(Z_Param_Out_TextureUid); P_NATIVE_END; } // ********** End Class UInterchangeSpecularProfileNode Function GetCustomTexture ****************** // ********** Begin Class UInterchangeSpecularProfileNode Function SetCustomFormat ***************** struct Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics { struct InterchangeSpecularProfileNode_eventSetCustomFormat_Parms { uint8 Format; bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Interchange | Node | SpecularProfile" }, { "Comment", "/** Set/Get the format based on ESpecularProfileFormat */" }, { "ModuleRelativePath", "Public/InterchangeSpecularProfileNode.h" }, { "ToolTip", "Set/Get the format based on ESpecularProfileFormat" }, }; #endif // WITH_METADATA // ********** Begin Function SetCustomFormat constinit property declarations *********************** static const UECodeGen_Private::FBytePropertyParams NewProp_Format; static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetCustomFormat constinit property declarations ************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetCustomFormat Property Definitions ********************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::NewProp_Format = { "Format", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSpecularProfileNode_eventSetCustomFormat_Parms, Format), nullptr, METADATA_PARAMS(0, nullptr) }; void Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((InterchangeSpecularProfileNode_eventSetCustomFormat_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeSpecularProfileNode_eventSetCustomFormat_Parms), &Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::NewProp_Format, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::PropPointers) < 2048); // ********** End Function SetCustomFormat Property Definitions ************************************ const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSpecularProfileNode, nullptr, "SetCustomFormat", Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::PropPointers), sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::InterchangeSpecularProfileNode_eventSetCustomFormat_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::InterchangeSpecularProfileNode_eventSetCustomFormat_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UInterchangeSpecularProfileNode::execSetCustomFormat) { P_GET_PROPERTY(FByteProperty,Z_Param_Format); P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->SetCustomFormat(Z_Param_Format); P_NATIVE_END; } // ********** End Class UInterchangeSpecularProfileNode Function SetCustomFormat ******************* // ********** Begin Class UInterchangeSpecularProfileNode Function SetCustomTexture **************** struct Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics { struct InterchangeSpecularProfileNode_eventSetCustomTexture_Parms { FString TextureUid; bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Interchange | Node | SpecularProfile" }, { "ModuleRelativePath", "Public/InterchangeSpecularProfileNode.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureUid_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetCustomTexture constinit property declarations ********************** static const UECodeGen_Private::FStrPropertyParams NewProp_TextureUid; static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetCustomTexture constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetCustomTexture Property Definitions ********************************* const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::NewProp_TextureUid = { "TextureUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSpecularProfileNode_eventSetCustomTexture_Parms, TextureUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureUid_MetaData), NewProp_TextureUid_MetaData) }; void Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((InterchangeSpecularProfileNode_eventSetCustomTexture_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeSpecularProfileNode_eventSetCustomTexture_Parms), &Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::NewProp_TextureUid, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::PropPointers) < 2048); // ********** End Function SetCustomTexture Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSpecularProfileNode, nullptr, "SetCustomTexture", Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::PropPointers), sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::InterchangeSpecularProfileNode_eventSetCustomTexture_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::InterchangeSpecularProfileNode_eventSetCustomTexture_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UInterchangeSpecularProfileNode::execSetCustomTexture) { P_GET_PROPERTY(FStrProperty,Z_Param_TextureUid); P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->SetCustomTexture(Z_Param_TextureUid); P_NATIVE_END; } // ********** End Class UInterchangeSpecularProfileNode Function SetCustomTexture ****************** // ********** Begin Class UInterchangeSpecularProfileNode ****************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeSpecularProfileNode; UClass* UInterchangeSpecularProfileNode::GetPrivateStaticClass() { using TClass = UInterchangeSpecularProfileNode; if (!Z_Registration_Info_UClass_UInterchangeSpecularProfileNode.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("InterchangeSpecularProfileNode"), Z_Registration_Info_UClass_UInterchangeSpecularProfileNode.InnerSingleton, StaticRegisterNativesUInterchangeSpecularProfileNode, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UInterchangeSpecularProfileNode.InnerSingleton; } UClass* Z_Construct_UClass_UInterchangeSpecularProfileNode_NoRegister() { return UInterchangeSpecularProfileNode::GetPrivateStaticClass(); } struct Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "IncludePath", "InterchangeSpecularProfileNode.h" }, { "ModuleRelativePath", "Public/InterchangeSpecularProfileNode.h" }, }; #endif // WITH_METADATA // ********** Begin Class UInterchangeSpecularProfileNode constinit property declarations ********** // ********** End Class UInterchangeSpecularProfileNode constinit property declarations ************ static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetCustomFormat"), .Pointer = &UInterchangeSpecularProfileNode::execGetCustomFormat }, { .NameUTF8 = UTF8TEXT("GetCustomTexture"), .Pointer = &UInterchangeSpecularProfileNode::execGetCustomTexture }, { .NameUTF8 = UTF8TEXT("SetCustomFormat"), .Pointer = &UInterchangeSpecularProfileNode::execSetCustomFormat }, { .NameUTF8 = UTF8TEXT("SetCustomTexture"), .Pointer = &UInterchangeSpecularProfileNode::execSetCustomTexture }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomFormat, "GetCustomFormat" }, // 30207055 { &Z_Construct_UFunction_UInterchangeSpecularProfileNode_GetCustomTexture, "GetCustomTexture" }, // 1842197567 { &Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomFormat, "SetCustomFormat" }, // 3413615043 { &Z_Construct_UFunction_UInterchangeSpecularProfileNode_SetCustomTexture, "SetCustomTexture" }, // 1887091305 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics UObject* (*const Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInterchangeBaseNode, (UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics::ClassParams = { &UInterchangeSpecularProfileNode::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), 0, 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics::Class_MetaDataParams) }; void UInterchangeSpecularProfileNode::StaticRegisterNativesUInterchangeSpecularProfileNode() { UClass* Class = UInterchangeSpecularProfileNode::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics::Funcs)); } UClass* Z_Construct_UClass_UInterchangeSpecularProfileNode() { if (!Z_Registration_Info_UClass_UInterchangeSpecularProfileNode.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeSpecularProfileNode.OuterSingleton, Z_Construct_UClass_UInterchangeSpecularProfileNode_Statics::ClassParams); } return Z_Registration_Info_UClass_UInterchangeSpecularProfileNode.OuterSingleton; } UInterchangeSpecularProfileNode::UInterchangeSpecularProfileNode() {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeSpecularProfileNode); UInterchangeSpecularProfileNode::~UInterchangeSpecularProfileNode() {} // ********** End Class UInterchangeSpecularProfileNode ******************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeSpecularProfileNode_h__Script_InterchangeNodes_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UInterchangeSpecularProfileNode, UInterchangeSpecularProfileNode::StaticClass, TEXT("UInterchangeSpecularProfileNode"), &Z_Registration_Info_UClass_UInterchangeSpecularProfileNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeSpecularProfileNode), 3522927189U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeSpecularProfileNode_h__Script_InterchangeNodes_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeSpecularProfileNode_h__Script_InterchangeNodes_2837067219{ TEXT("/Script/InterchangeNodes"), Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeSpecularProfileNode_h__Script_InterchangeNodes_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeSpecularProfileNode_h__Script_InterchangeNodes_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS