Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/InterchangeNodes/UHT/InterchangeTextureNode.gen.cpp

965 lines
70 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "InterchangeTextureNode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeTextureNode() {}
// ********** Begin Cross Module References ********************************************************
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeBaseNode();
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeTextureNode();
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeTextureNode_NoRegister();
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace();
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode();
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode();
UPackage* Z_Construct_UPackage__Script_InterchangeNodes();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EInterchangeTextureWrapMode ***********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EInterchangeTextureWrapMode;
static UEnum* EInterchangeTextureWrapMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EInterchangeTextureWrapMode.OuterSingleton)
{
Z_Registration_Info_UEnum_EInterchangeTextureWrapMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode, (UObject*)Z_Construct_UPackage__Script_InterchangeNodes(), TEXT("EInterchangeTextureWrapMode"));
}
return Z_Registration_Info_UEnum_EInterchangeTextureWrapMode.OuterSingleton;
}
template<> INTERCHANGENODES_NON_ATTRIBUTED_API UEnum* StaticEnum<EInterchangeTextureWrapMode>()
{
return EInterchangeTextureWrapMode_StaticEnum();
}
struct Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Clamp.Name", "EInterchangeTextureWrapMode::Clamp" },
{ "Comment", "//ns UE\n" },
{ "Mirror.Name", "EInterchangeTextureWrapMode::Mirror" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
{ "ToolTip", "ns UE" },
{ "Wrap.Name", "EInterchangeTextureWrapMode::Wrap" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EInterchangeTextureWrapMode::Wrap", (int64)EInterchangeTextureWrapMode::Wrap },
{ "EInterchangeTextureWrapMode::Clamp", (int64)EInterchangeTextureWrapMode::Clamp },
{ "EInterchangeTextureWrapMode::Mirror", (int64)EInterchangeTextureWrapMode::Mirror },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InterchangeNodes,
nullptr,
"EInterchangeTextureWrapMode",
"EInterchangeTextureWrapMode",
Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode()
{
if (!Z_Registration_Info_UEnum_EInterchangeTextureWrapMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EInterchangeTextureWrapMode.InnerSingleton, Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureWrapMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EInterchangeTextureWrapMode.InnerSingleton;
}
// ********** End Enum EInterchangeTextureWrapMode *************************************************
// ********** Begin Enum EInterchangeTextureFilterMode *********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EInterchangeTextureFilterMode;
static UEnum* EInterchangeTextureFilterMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EInterchangeTextureFilterMode.OuterSingleton)
{
Z_Registration_Info_UEnum_EInterchangeTextureFilterMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode, (UObject*)Z_Construct_UPackage__Script_InterchangeNodes(), TEXT("EInterchangeTextureFilterMode"));
}
return Z_Registration_Info_UEnum_EInterchangeTextureFilterMode.OuterSingleton;
}
template<> INTERCHANGENODES_NON_ATTRIBUTED_API UEnum* StaticEnum<EInterchangeTextureFilterMode>()
{
return EInterchangeTextureFilterMode_StaticEnum();
}
struct Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Bilinear.Name", "EInterchangeTextureFilterMode::Bilinear" },
{ "BlueprintType", "true" },
{ "Default.Comment", "/** Use setting from the Texture Group. */" },
{ "Default.Name", "EInterchangeTextureFilterMode::Default" },
{ "Default.ToolTip", "Use setting from the Texture Group." },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
{ "Nearest.Name", "EInterchangeTextureFilterMode::Nearest" },
{ "Trilinear.Name", "EInterchangeTextureFilterMode::Trilinear" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EInterchangeTextureFilterMode::Nearest", (int64)EInterchangeTextureFilterMode::Nearest },
{ "EInterchangeTextureFilterMode::Bilinear", (int64)EInterchangeTextureFilterMode::Bilinear },
{ "EInterchangeTextureFilterMode::Trilinear", (int64)EInterchangeTextureFilterMode::Trilinear },
{ "EInterchangeTextureFilterMode::Default", (int64)EInterchangeTextureFilterMode::Default },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InterchangeNodes,
nullptr,
"EInterchangeTextureFilterMode",
"EInterchangeTextureFilterMode",
Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode()
{
if (!Z_Registration_Info_UEnum_EInterchangeTextureFilterMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EInterchangeTextureFilterMode.InnerSingleton, Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EInterchangeTextureFilterMode.InnerSingleton;
}
// ********** End Enum EInterchangeTextureFilterMode ***********************************************
// ********** Begin Enum EInterchangeTextureColorSpace *********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EInterchangeTextureColorSpace;
static UEnum* EInterchangeTextureColorSpace_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EInterchangeTextureColorSpace.OuterSingleton)
{
Z_Registration_Info_UEnum_EInterchangeTextureColorSpace.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace, (UObject*)Z_Construct_UPackage__Script_InterchangeNodes(), TEXT("EInterchangeTextureColorSpace"));
}
return Z_Registration_Info_UEnum_EInterchangeTextureColorSpace.OuterSingleton;
}
template<> INTERCHANGENODES_NON_ATTRIBUTED_API UEnum* StaticEnum<EInterchangeTextureColorSpace>()
{
return EInterchangeTextureColorSpace_StaticEnum();
}
struct Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
{ "TCS_ACESAP0.DIsplayName", "ACES AP0" },
{ "TCS_ACESAP0.Name", "EInterchangeTextureColorSpace::TCS_ACESAP0" },
{ "TCS_ACESAP0.ToolTip", "ACES AP0 wide gamut primaries, with D60 white point." },
{ "TCS_ACESAP1.DIsplayName", "ACES AP1 / ACEScg" },
{ "TCS_ACESAP1.Name", "EInterchangeTextureColorSpace::TCS_ACESAP1" },
{ "TCS_ACESAP1.ToolTip", "ACES AP1 / ACEScg wide gamut primaries, with D60 white point." },
{ "TCS_AlexaWideGamut.DisplayName", "Alexa Wide Gamut" },
{ "TCS_AlexaWideGamut.Name", "EInterchangeTextureColorSpace::TCS_AlexaWideGamut" },
{ "TCS_AlexaWideGamut.ToolTip", "Alexa Wide Gamut primaries, with D65 white point." },
{ "TCS_CanonCinemaGamut.DisplayName", "Canon Cinema Gamut" },
{ "TCS_CanonCinemaGamut.Name", "EInterchangeTextureColorSpace::TCS_CanonCinemaGamut" },
{ "TCS_CanonCinemaGamut.ToolTip", "Canon Cinema Gamut primaries, with D65 white point." },
{ "TCS_Custom.DisplayName", "Custom" },
{ "TCS_Custom.Name", "EInterchangeTextureColorSpace::TCS_Custom" },
{ "TCS_Custom.ToolTip", "User defined color space and white point." },
{ "TCS_GoProProtuneNative.DisplayName", "GoPro Protune Native" },
{ "TCS_GoProProtuneNative.Name", "EInterchangeTextureColorSpace::TCS_GoProProtuneNative" },
{ "TCS_GoProProtuneNative.ToolTip", "GoPro Protune Native primaries, with D65 white point." },
{ "TCS_MAX.Name", "EInterchangeTextureColorSpace::TCS_MAX" },
{ "TCS_None.DisplayName", "None" },
{ "TCS_None.Name", "EInterchangeTextureColorSpace::TCS_None" },
{ "TCS_None.ToolTip", "No explicit color space definition." },
{ "TCS_P3D65.DisplayName", "P3D65" },
{ "TCS_P3D65.Name", "EInterchangeTextureColorSpace::TCS_P3D65" },
{ "TCS_P3D65.ToolTip", "P3 (Display) primaries, with D65 white point." },
{ "TCS_P3DCI.DisplayName", "P3DCI" },
{ "TCS_P3DCI.Name", "EInterchangeTextureColorSpace::TCS_P3DCI" },
{ "TCS_P3DCI.ToolTip", "P3 (Theater) primaries, with DCI Calibration white point." },
{ "TCS_PanasonicVGamut.DisplayName", "Panasonic V-Gamut" },
{ "TCS_PanasonicVGamut.Name", "EInterchangeTextureColorSpace::TCS_PanasonicVGamut" },
{ "TCS_PanasonicVGamut.ToolTip", "Panasonic V-Gamut primaries, with D65 white point." },
{ "TCS_Rec2020.DisplayName", "Rec2020" },
{ "TCS_Rec2020.Name", "EInterchangeTextureColorSpace::TCS_Rec2020" },
{ "TCS_Rec2020.ToolTip", "Rec2020 (BT.2020) primaries with D65 white point." },
{ "TCS_REDWideGamut.DisplayName", "RED Wide Gamut" },
{ "TCS_REDWideGamut.Name", "EInterchangeTextureColorSpace::TCS_REDWideGamut" },
{ "TCS_REDWideGamut.ToolTip", "RED Wide Gamut primaries, with D65 white point." },
{ "TCS_SonySGamut3.DisplayName", "Sony S-Gamut3" },
{ "TCS_SonySGamut3.Name", "EInterchangeTextureColorSpace::TCS_SonySGamut3" },
{ "TCS_SonySGamut3.ToolTip", "Sony S-Gamut/S-Gamut3 primaries, with D65 white point." },
{ "TCS_SonySGamut3Cine.DisplayName", "Sony S-Gamut3 Cine" },
{ "TCS_SonySGamut3Cine.Name", "EInterchangeTextureColorSpace::TCS_SonySGamut3Cine" },
{ "TCS_SonySGamut3Cine.ToolTip", "Sony S-Gamut3 Cine primaries, with D65 white point." },
{ "TCS_sRGB.DisplayName", "sRGB / Rec709" },
{ "TCS_sRGB.Name", "EInterchangeTextureColorSpace::TCS_sRGB" },
{ "TCS_sRGB.ToolTip", "sRGB / Rec709 (BT.709) color primaries, with D65 white point." },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EInterchangeTextureColorSpace::TCS_None", (int64)EInterchangeTextureColorSpace::TCS_None },
{ "EInterchangeTextureColorSpace::TCS_sRGB", (int64)EInterchangeTextureColorSpace::TCS_sRGB },
{ "EInterchangeTextureColorSpace::TCS_Rec2020", (int64)EInterchangeTextureColorSpace::TCS_Rec2020 },
{ "EInterchangeTextureColorSpace::TCS_ACESAP0", (int64)EInterchangeTextureColorSpace::TCS_ACESAP0 },
{ "EInterchangeTextureColorSpace::TCS_ACESAP1", (int64)EInterchangeTextureColorSpace::TCS_ACESAP1 },
{ "EInterchangeTextureColorSpace::TCS_P3DCI", (int64)EInterchangeTextureColorSpace::TCS_P3DCI },
{ "EInterchangeTextureColorSpace::TCS_P3D65", (int64)EInterchangeTextureColorSpace::TCS_P3D65 },
{ "EInterchangeTextureColorSpace::TCS_REDWideGamut", (int64)EInterchangeTextureColorSpace::TCS_REDWideGamut },
{ "EInterchangeTextureColorSpace::TCS_SonySGamut3", (int64)EInterchangeTextureColorSpace::TCS_SonySGamut3 },
{ "EInterchangeTextureColorSpace::TCS_SonySGamut3Cine", (int64)EInterchangeTextureColorSpace::TCS_SonySGamut3Cine },
{ "EInterchangeTextureColorSpace::TCS_AlexaWideGamut", (int64)EInterchangeTextureColorSpace::TCS_AlexaWideGamut },
{ "EInterchangeTextureColorSpace::TCS_CanonCinemaGamut", (int64)EInterchangeTextureColorSpace::TCS_CanonCinemaGamut },
{ "EInterchangeTextureColorSpace::TCS_GoProProtuneNative", (int64)EInterchangeTextureColorSpace::TCS_GoProProtuneNative },
{ "EInterchangeTextureColorSpace::TCS_PanasonicVGamut", (int64)EInterchangeTextureColorSpace::TCS_PanasonicVGamut },
{ "EInterchangeTextureColorSpace::TCS_Custom", (int64)EInterchangeTextureColorSpace::TCS_Custom },
{ "EInterchangeTextureColorSpace::TCS_MAX", (int64)EInterchangeTextureColorSpace::TCS_MAX },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InterchangeNodes,
nullptr,
"EInterchangeTextureColorSpace",
"EInterchangeTextureColorSpace",
Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace()
{
if (!Z_Registration_Info_UEnum_EInterchangeTextureColorSpace.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EInterchangeTextureColorSpace.InnerSingleton, Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EInterchangeTextureColorSpace.InnerSingleton;
}
// ********** End Enum EInterchangeTextureColorSpace ***********************************************
// ********** Begin Class UInterchangeTextureNode Function GetCustombFlipGreenChannel **************
struct Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics
{
struct InterchangeTextureNode_eventGetCustombFlipGreenChannel_Parms
{
bool AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetCustombFlipGreenChannel constinit property declarations ************
static void NewProp_AttributeValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetCustombFlipGreenChannel constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetCustombFlipGreenChannel Property Definitions ***********************
void Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::NewProp_AttributeValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventGetCustombFlipGreenChannel_Parms*)Obj)->AttributeValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTextureNode_eventGetCustombFlipGreenChannel_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventGetCustombFlipGreenChannel_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_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(InterchangeTextureNode_eventGetCustombFlipGreenChannel_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::PropPointers) < 2048);
// ********** End Function GetCustombFlipGreenChannel Property Definitions *************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "GetCustombFlipGreenChannel", Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::InterchangeTextureNode_eventGetCustombFlipGreenChannel_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::InterchangeTextureNode_eventGetCustombFlipGreenChannel_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execGetCustombFlipGreenChannel)
{
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetCustombFlipGreenChannel(Z_Param_Out_AttributeValue);
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function GetCustombFlipGreenChannel ****************
// ********** Begin Class UInterchangeTextureNode Function GetCustomColorSpace *********************
struct Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics
{
struct InterchangeTextureNode_eventGetCustomColorSpace_Parms
{
EInterchangeTextureColorSpace AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetCustomColorSpace constinit property declarations *******************
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetCustomColorSpace constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetCustomColorSpace Property Definitions ******************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTextureNode_eventGetCustomColorSpace_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace, METADATA_PARAMS(0, nullptr) }; // 542689258
void Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventGetCustomColorSpace_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_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(InterchangeTextureNode_eventGetCustomColorSpace_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::NewProp_AttributeValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::PropPointers) < 2048);
// ********** End Function GetCustomColorSpace Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "GetCustomColorSpace", Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::InterchangeTextureNode_eventGetCustomColorSpace_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::InterchangeTextureNode_eventGetCustomColorSpace_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execGetCustomColorSpace)
{
P_GET_ENUM_REF(EInterchangeTextureColorSpace,Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetCustomColorSpace((EInterchangeTextureColorSpace&)(Z_Param_Out_AttributeValue));
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function GetCustomColorSpace ***********************
// ********** Begin Class UInterchangeTextureNode Function GetCustomFilter *************************
struct Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics
{
struct InterchangeTextureNode_eventGetCustomFilter_Parms
{
EInterchangeTextureFilterMode AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetCustomFilter constinit property declarations ***********************
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetCustomFilter constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetCustomFilter Property Definitions **********************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTextureNode_eventGetCustomFilter_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode, METADATA_PARAMS(0, nullptr) }; // 3001577419
void Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventGetCustomFilter_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_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(InterchangeTextureNode_eventGetCustomFilter_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::NewProp_AttributeValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::PropPointers) < 2048);
// ********** End Function GetCustomFilter Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "GetCustomFilter", Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::InterchangeTextureNode_eventGetCustomFilter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::InterchangeTextureNode_eventGetCustomFilter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execGetCustomFilter)
{
P_GET_ENUM_REF(EInterchangeTextureFilterMode,Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetCustomFilter((EInterchangeTextureFilterMode&)(Z_Param_Out_AttributeValue));
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function GetCustomFilter ***************************
// ********** Begin Class UInterchangeTextureNode Function GetCustomSRGB ***************************
struct Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics
{
struct InterchangeTextureNode_eventGetCustomSRGB_Parms
{
bool AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetCustomSRGB constinit property declarations *************************
static void NewProp_AttributeValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetCustomSRGB constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetCustomSRGB Property Definitions ************************************
void Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::NewProp_AttributeValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventGetCustomSRGB_Parms*)Obj)->AttributeValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTextureNode_eventGetCustomSRGB_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventGetCustomSRGB_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_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(InterchangeTextureNode_eventGetCustomSRGB_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::PropPointers) < 2048);
// ********** End Function GetCustomSRGB Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "GetCustomSRGB", Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::InterchangeTextureNode_eventGetCustomSRGB_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::InterchangeTextureNode_eventGetCustomSRGB_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execGetCustomSRGB)
{
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetCustomSRGB(Z_Param_Out_AttributeValue);
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function GetCustomSRGB *****************************
// ********** Begin Class UInterchangeTextureNode Function SetCustombFlipGreenChannel **************
struct Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics
{
struct InterchangeTextureNode_eventSetCustombFlipGreenChannel_Parms
{
bool AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetCustombFlipGreenChannel constinit property declarations ************
static void NewProp_AttributeValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCustombFlipGreenChannel constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCustombFlipGreenChannel Property Definitions ***********************
void Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::NewProp_AttributeValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventSetCustombFlipGreenChannel_Parms*)Obj)->AttributeValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTextureNode_eventSetCustombFlipGreenChannel_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
void Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventSetCustombFlipGreenChannel_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_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(InterchangeTextureNode_eventSetCustombFlipGreenChannel_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::PropPointers) < 2048);
// ********** End Function SetCustombFlipGreenChannel Property Definitions *************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "SetCustombFlipGreenChannel", Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::InterchangeTextureNode_eventSetCustombFlipGreenChannel_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::InterchangeTextureNode_eventSetCustombFlipGreenChannel_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execSetCustombFlipGreenChannel)
{
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->SetCustombFlipGreenChannel(Z_Param_Out_AttributeValue);
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function SetCustombFlipGreenChannel ****************
// ********** Begin Class UInterchangeTextureNode Function SetCustomColorSpace *********************
struct Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics
{
struct InterchangeTextureNode_eventSetCustomColorSpace_Parms
{
EInterchangeTextureColorSpace AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetCustomColorSpace constinit property declarations *******************
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCustomColorSpace constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCustomColorSpace Property Definitions ******************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTextureNode_eventSetCustomColorSpace_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureColorSpace, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) }; // 542689258
void Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventSetCustomColorSpace_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_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(InterchangeTextureNode_eventSetCustomColorSpace_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::NewProp_AttributeValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::PropPointers) < 2048);
// ********** End Function SetCustomColorSpace Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "SetCustomColorSpace", Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::InterchangeTextureNode_eventSetCustomColorSpace_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::InterchangeTextureNode_eventSetCustomColorSpace_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execSetCustomColorSpace)
{
P_GET_ENUM_REF(EInterchangeTextureColorSpace,Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->SetCustomColorSpace((EInterchangeTextureColorSpace&)(Z_Param_Out_AttributeValue));
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function SetCustomColorSpace ***********************
// ********** Begin Class UInterchangeTextureNode Function SetCustomFilter *************************
struct Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics
{
struct InterchangeTextureNode_eventSetCustomFilter_Parms
{
EInterchangeTextureFilterMode AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetCustomFilter constinit property declarations ***********************
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCustomFilter constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCustomFilter Property Definitions **********************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTextureNode_eventSetCustomFilter_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeTextureFilterMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) }; // 3001577419
void Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventSetCustomFilter_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_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(InterchangeTextureNode_eventSetCustomFilter_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::NewProp_AttributeValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::PropPointers) < 2048);
// ********** End Function SetCustomFilter Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "SetCustomFilter", Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::InterchangeTextureNode_eventSetCustomFilter_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::InterchangeTextureNode_eventSetCustomFilter_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execSetCustomFilter)
{
P_GET_ENUM_REF(EInterchangeTextureFilterMode,Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->SetCustomFilter((EInterchangeTextureFilterMode&)(Z_Param_Out_AttributeValue));
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function SetCustomFilter ***************************
// ********** Begin Class UInterchangeTextureNode Function SetCustomSRGB ***************************
struct Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics
{
struct InterchangeTextureNode_eventSetCustomSRGB_Parms
{
bool AttributeValue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetCustomSRGB constinit property declarations *************************
static void NewProp_AttributeValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetCustomSRGB constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetCustomSRGB Property Definitions ************************************
void Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::NewProp_AttributeValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventSetCustomSRGB_Parms*)Obj)->AttributeValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeTextureNode_eventSetCustomSRGB_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
void Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((InterchangeTextureNode_eventSetCustomSRGB_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_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(InterchangeTextureNode_eventSetCustomSRGB_Parms), &Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::PropPointers) < 2048);
// ********** End Function SetCustomSRGB Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "SetCustomSRGB", Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::InterchangeTextureNode_eventSetCustomSRGB_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::InterchangeTextureNode_eventSetCustomSRGB_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execSetCustomSRGB)
{
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->SetCustomSRGB(Z_Param_Out_AttributeValue);
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function SetCustomSRGB *****************************
// ********** Begin Class UInterchangeTextureNode Function SetPayLoadKey ***************************
struct Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics
{
struct InterchangeTextureNode_eventSetPayLoadKey_Parms
{
FString PayloadKey;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Node | Texture" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PayloadKey_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetPayLoadKey constinit property declarations *************************
static const UECodeGen_Private::FStrPropertyParams NewProp_PayloadKey;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetPayLoadKey constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetPayLoadKey Property Definitions ************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::NewProp_PayloadKey = { "PayloadKey", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTextureNode_eventSetPayLoadKey_Parms, PayloadKey), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PayloadKey_MetaData), NewProp_PayloadKey_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::NewProp_PayloadKey,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::PropPointers) < 2048);
// ********** End Function SetPayLoadKey Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTextureNode, nullptr, "SetPayLoadKey", Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::InterchangeTextureNode_eventSetPayLoadKey_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::InterchangeTextureNode_eventSetPayLoadKey_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeTextureNode::execSetPayLoadKey)
{
P_GET_PROPERTY(FStrProperty,Z_Param_PayloadKey);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPayLoadKey(Z_Param_PayloadKey);
P_NATIVE_END;
}
// ********** End Class UInterchangeTextureNode Function SetPayLoadKey *****************************
// ********** Begin Class UInterchangeTextureNode **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeTextureNode;
UClass* UInterchangeTextureNode::GetPrivateStaticClass()
{
using TClass = UInterchangeTextureNode;
if (!Z_Registration_Info_UClass_UInterchangeTextureNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeTextureNode"),
Z_Registration_Info_UClass_UInterchangeTextureNode.InnerSingleton,
StaticRegisterNativesUInterchangeTextureNode,
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_UInterchangeTextureNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeTextureNode_NoRegister()
{
return UInterchangeTextureNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeTextureNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "InterchangeTextureNode.h" },
{ "ModuleRelativePath", "Public/InterchangeTextureNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeTextureNode constinit property declarations ******************
// ********** End Class UInterchangeTextureNode constinit property declarations ********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetCustombFlipGreenChannel"), .Pointer = &UInterchangeTextureNode::execGetCustombFlipGreenChannel },
{ .NameUTF8 = UTF8TEXT("GetCustomColorSpace"), .Pointer = &UInterchangeTextureNode::execGetCustomColorSpace },
{ .NameUTF8 = UTF8TEXT("GetCustomFilter"), .Pointer = &UInterchangeTextureNode::execGetCustomFilter },
{ .NameUTF8 = UTF8TEXT("GetCustomSRGB"), .Pointer = &UInterchangeTextureNode::execGetCustomSRGB },
{ .NameUTF8 = UTF8TEXT("SetCustombFlipGreenChannel"), .Pointer = &UInterchangeTextureNode::execSetCustombFlipGreenChannel },
{ .NameUTF8 = UTF8TEXT("SetCustomColorSpace"), .Pointer = &UInterchangeTextureNode::execSetCustomColorSpace },
{ .NameUTF8 = UTF8TEXT("SetCustomFilter"), .Pointer = &UInterchangeTextureNode::execSetCustomFilter },
{ .NameUTF8 = UTF8TEXT("SetCustomSRGB"), .Pointer = &UInterchangeTextureNode::execSetCustomSRGB },
{ .NameUTF8 = UTF8TEXT("SetPayLoadKey"), .Pointer = &UInterchangeTextureNode::execSetPayLoadKey },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UInterchangeTextureNode_GetCustombFlipGreenChannel, "GetCustombFlipGreenChannel" }, // 2263152722
{ &Z_Construct_UFunction_UInterchangeTextureNode_GetCustomColorSpace, "GetCustomColorSpace" }, // 325327885
{ &Z_Construct_UFunction_UInterchangeTextureNode_GetCustomFilter, "GetCustomFilter" }, // 2548663861
{ &Z_Construct_UFunction_UInterchangeTextureNode_GetCustomSRGB, "GetCustomSRGB" }, // 1438635339
{ &Z_Construct_UFunction_UInterchangeTextureNode_SetCustombFlipGreenChannel, "SetCustombFlipGreenChannel" }, // 3120131335
{ &Z_Construct_UFunction_UInterchangeTextureNode_SetCustomColorSpace, "SetCustomColorSpace" }, // 2576339786
{ &Z_Construct_UFunction_UInterchangeTextureNode_SetCustomFilter, "SetCustomFilter" }, // 1494779381
{ &Z_Construct_UFunction_UInterchangeTextureNode_SetCustomSRGB, "SetCustomSRGB" }, // 313619627
{ &Z_Construct_UFunction_UInterchangeTextureNode_SetPayLoadKey, "SetPayLoadKey" }, // 1123954882
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeTextureNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeTextureNode_Statics
UObject* (*const Z_Construct_UClass_UInterchangeTextureNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeBaseNode,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeTextureNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeTextureNode_Statics::ClassParams = {
&UInterchangeTextureNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeTextureNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeTextureNode_Statics::Class_MetaDataParams)
};
void UInterchangeTextureNode::StaticRegisterNativesUInterchangeTextureNode()
{
UClass* Class = UInterchangeTextureNode::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeTextureNode_Statics::Funcs));
}
UClass* Z_Construct_UClass_UInterchangeTextureNode()
{
if (!Z_Registration_Info_UClass_UInterchangeTextureNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeTextureNode.OuterSingleton, Z_Construct_UClass_UInterchangeTextureNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeTextureNode.OuterSingleton;
}
UInterchangeTextureNode::UInterchangeTextureNode() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeTextureNode);
UInterchangeTextureNode::~UInterchangeTextureNode() {}
// ********** End Class UInterchangeTextureNode ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTextureNode_h__Script_InterchangeNodes_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EInterchangeTextureWrapMode_StaticEnum, TEXT("EInterchangeTextureWrapMode"), &Z_Registration_Info_UEnum_EInterchangeTextureWrapMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 721198102U) },
{ EInterchangeTextureFilterMode_StaticEnum, TEXT("EInterchangeTextureFilterMode"), &Z_Registration_Info_UEnum_EInterchangeTextureFilterMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3001577419U) },
{ EInterchangeTextureColorSpace_StaticEnum, TEXT("EInterchangeTextureColorSpace"), &Z_Registration_Info_UEnum_EInterchangeTextureColorSpace, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 542689258U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeTextureNode, UInterchangeTextureNode::StaticClass, TEXT("UInterchangeTextureNode"), &Z_Registration_Info_UClass_UInterchangeTextureNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeTextureNode), 2467411851U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTextureNode_h__Script_InterchangeNodes_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTextureNode_h__Script_InterchangeNodes_340130623{
TEXT("/Script/InterchangeNodes"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTextureNode_h__Script_InterchangeNodes_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTextureNode_h__Script_InterchangeNodes_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTextureNode_h__Script_InterchangeNodes_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeTextureNode_h__Script_InterchangeNodes_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS