1118 lines
84 KiB
C++
1118 lines
84 KiB
C++
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
#include "UObject/GeneratedCppIncludes.h"
|
||
|
|
#include "InterchangeVariantSetNode.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeInterchangeVariantSetNode() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeBaseNode();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeSceneVariantSetsNode();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeSceneVariantSetsNode_NoRegister();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeVariantSetNode();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeVariantSetNode_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeNodes();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function AddCustomDependencyUid ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventAddCustomDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Add the specified translated node's unique ID to this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Add the specified translated node's unique ID to this VariantSet." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddCustomDependencyUid constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DependencyUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddCustomDependencyUid constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddCustomDependencyUid Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventAddCustomDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeVariantSetNode_eventAddCustomDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_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(InterchangeVariantSetNode_eventAddCustomDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddCustomDependencyUid Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "AddCustomDependencyUid", Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::InterchangeVariantSetNode_eventAddCustomDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::InterchangeVariantSetNode_eventAddCustomDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execAddCustomDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddCustomDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function AddCustomDependencyUid *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function GetCustomDependencyUid ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventGetCustomDependencyUid_Parms
|
||
|
|
{
|
||
|
|
int32 Index;
|
||
|
|
FString OutDependencyUid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the specified translated node's unique ID for this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the specified translated node's unique ID for this VariantSet." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDependencyUid constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependencyUid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomDependencyUid constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDependencyUid Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventGetCustomDependencyUid_Parms, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::NewProp_OutDependencyUid = { "OutDependencyUid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventGetCustomDependencyUid_Parms, OutDependencyUid), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::NewProp_OutDependencyUid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomDependencyUid Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "GetCustomDependencyUid", Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::InterchangeVariantSetNode_eventGetCustomDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::InterchangeVariantSetNode_eventGetCustomDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execGetCustomDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutDependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetCustomDependencyUid(Z_Param_Index,Z_Param_Out_OutDependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function GetCustomDependencyUid *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function GetCustomDependencyUidCount **********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventGetCustomDependencyUidCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the number of translated node's unique IDs for this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the number of translated node's unique IDs for this VariantSet." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDependencyUidCount constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomDependencyUidCount constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDependencyUidCount Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventGetCustomDependencyUidCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomDependencyUidCount Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "GetCustomDependencyUidCount", Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::InterchangeVariantSetNode_eventGetCustomDependencyUidCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::InterchangeVariantSetNode_eventGetCustomDependencyUidCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execGetCustomDependencyUidCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetCustomDependencyUidCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function GetCustomDependencyUidCount ************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function GetCustomDependencyUids **************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventGetCustomDependencyUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutDependencyUids;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve all the translated node's unique IDs for this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve all the translated node's unique IDs for this VariantSet." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDependencyUids constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependencyUids_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutDependencyUids;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomDependencyUids constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDependencyUids Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::NewProp_OutDependencyUids_Inner = { "OutDependencyUids", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::NewProp_OutDependencyUids = { "OutDependencyUids", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventGetCustomDependencyUids_Parms, OutDependencyUids), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::NewProp_OutDependencyUids_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::NewProp_OutDependencyUids,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomDependencyUids Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "GetCustomDependencyUids", Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::InterchangeVariantSetNode_eventGetCustomDependencyUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::InterchangeVariantSetNode_eventGetCustomDependencyUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execGetCustomDependencyUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutDependencyUids);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetCustomDependencyUids(Z_Param_Out_OutDependencyUids);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function GetCustomDependencyUids ****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function GetCustomDisplayText *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventGetCustomDisplayText_Parms
|
||
|
|
{
|
||
|
|
FString AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | VariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the text that is displayed in the UI for this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the text that is displayed in the UI for this VariantSet." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDisplayText constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams 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 GetCustomDisplayText constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomDisplayText Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventGetCustomDisplayText_Parms, AttributeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeVariantSetNode_eventGetCustomDisplayText_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_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(InterchangeVariantSetNode_eventGetCustomDisplayText_Parms), &Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomDisplayText Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "GetCustomDisplayText", Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::InterchangeVariantSetNode_eventGetCustomDisplayText_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::InterchangeVariantSetNode_eventGetCustomDisplayText_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execGetCustomDisplayText)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomDisplayText(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function GetCustomDisplayText *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function GetCustomVariantsPayloadKey **********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventGetCustomVariantsPayloadKey_Parms
|
||
|
|
{
|
||
|
|
FString PayloadKey;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | VariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Get the payload key needed to retrieve the variants for this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Get the payload key needed to retrieve the variants for this VariantSet." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantsPayloadKey constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PayloadKey;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomVariantsPayloadKey constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantsPayloadKey Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::NewProp_PayloadKey = { "PayloadKey", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventGetCustomVariantsPayloadKey_Parms, PayloadKey), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeVariantSetNode_eventGetCustomVariantsPayloadKey_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_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(InterchangeVariantSetNode_eventGetCustomVariantsPayloadKey_Parms), &Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::NewProp_PayloadKey,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomVariantsPayloadKey Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "GetCustomVariantsPayloadKey", Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::InterchangeVariantSetNode_eventGetCustomVariantsPayloadKey_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::InterchangeVariantSetNode_eventGetCustomVariantsPayloadKey_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execGetCustomVariantsPayloadKey)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_PayloadKey);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomVariantsPayloadKey(Z_Param_Out_PayloadKey);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function GetCustomVariantsPayloadKey ************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function RemoveCustomDependencyUid ************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventRemoveCustomDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Remove the specified translated node's unique ID from this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Remove the specified translated node's unique ID from this VariantSet." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveCustomDependencyUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DependencyUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveCustomDependencyUid constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveCustomDependencyUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventRemoveCustomDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeVariantSetNode_eventRemoveCustomDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_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(InterchangeVariantSetNode_eventRemoveCustomDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveCustomDependencyUid Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "RemoveCustomDependencyUid", Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::InterchangeVariantSetNode_eventRemoveCustomDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::InterchangeVariantSetNode_eventRemoveCustomDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execRemoveCustomDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveCustomDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function RemoveCustomDependencyUid **************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function SetCustomDisplayText *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventSetCustomDisplayText_Parms
|
||
|
|
{
|
||
|
|
FString AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | VariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Set the text to be displayed in the UI for this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Set the text to be displayed in the UI for this VariantSet." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomDisplayText constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams 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 SetCustomDisplayText constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomDisplayText Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventSetCustomDisplayText_Parms, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeVariantSetNode_eventSetCustomDisplayText_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_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(InterchangeVariantSetNode_eventSetCustomDisplayText_Parms), &Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomDisplayText Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "SetCustomDisplayText", Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::InterchangeVariantSetNode_eventSetCustomDisplayText_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::InterchangeVariantSetNode_eventSetCustomDisplayText_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execSetCustomDisplayText)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomDisplayText(Z_Param_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function SetCustomDisplayText *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode Function SetCustomVariantsPayloadKey **********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeVariantSetNode_eventSetCustomVariantsPayloadKey_Parms
|
||
|
|
{
|
||
|
|
FString PayloadKey;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | VariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Set the payload key needed to retrieve the variants for this VariantSet.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Set the payload key needed to retrieve the variants for this VariantSet." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PayloadKey_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomVariantsPayloadKey constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PayloadKey;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomVariantsPayloadKey constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomVariantsPayloadKey Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::NewProp_PayloadKey = { "PayloadKey", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeVariantSetNode_eventSetCustomVariantsPayloadKey_Parms, PayloadKey), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PayloadKey_MetaData), NewProp_PayloadKey_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeVariantSetNode_eventSetCustomVariantsPayloadKey_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_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(InterchangeVariantSetNode_eventSetCustomVariantsPayloadKey_Parms), &Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::NewProp_PayloadKey,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomVariantsPayloadKey Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeVariantSetNode, nullptr, "SetCustomVariantsPayloadKey", Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::InterchangeVariantSetNode_eventSetCustomVariantsPayloadKey_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::InterchangeVariantSetNode_eventSetCustomVariantsPayloadKey_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeVariantSetNode::execSetCustomVariantsPayloadKey)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_PayloadKey);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomVariantsPayloadKey(Z_Param_PayloadKey);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode Function SetCustomVariantsPayloadKey ************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode ***********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeVariantSetNode;
|
||
|
|
UClass* UInterchangeVariantSetNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UInterchangeVariantSetNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeVariantSetNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("InterchangeVariantSetNode"),
|
||
|
|
Z_Registration_Info_UClass_UInterchangeVariantSetNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUInterchangeVariantSetNode,
|
||
|
|
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_UInterchangeVariantSetNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeVariantSetNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UInterchangeVariantSetNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UInterchangeVariantSetNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/**\n * Class to represent a set of variants.\n */" },
|
||
|
|
{ "IncludePath", "InterchangeVariantSetNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Class to represent a set of variants." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeVariantSetNode constinit property declarations ***************
|
||
|
|
// ********** End Class UInterchangeVariantSetNode constinit property declarations *****************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddCustomDependencyUid"), .Pointer = &UInterchangeVariantSetNode::execAddCustomDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomDependencyUid"), .Pointer = &UInterchangeVariantSetNode::execGetCustomDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomDependencyUidCount"), .Pointer = &UInterchangeVariantSetNode::execGetCustomDependencyUidCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomDependencyUids"), .Pointer = &UInterchangeVariantSetNode::execGetCustomDependencyUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomDisplayText"), .Pointer = &UInterchangeVariantSetNode::execGetCustomDisplayText },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomVariantsPayloadKey"), .Pointer = &UInterchangeVariantSetNode::execGetCustomVariantsPayloadKey },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveCustomDependencyUid"), .Pointer = &UInterchangeVariantSetNode::execRemoveCustomDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomDisplayText"), .Pointer = &UInterchangeVariantSetNode::execSetCustomDisplayText },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomVariantsPayloadKey"), .Pointer = &UInterchangeVariantSetNode::execSetCustomVariantsPayloadKey },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_AddCustomDependencyUid, "AddCustomDependencyUid" }, // 3651527692
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUid, "GetCustomDependencyUid" }, // 3183659786
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUidCount, "GetCustomDependencyUidCount" }, // 279963930
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDependencyUids, "GetCustomDependencyUids" }, // 1553869241
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomDisplayText, "GetCustomDisplayText" }, // 4084549172
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_GetCustomVariantsPayloadKey, "GetCustomVariantsPayloadKey" }, // 1749995365
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_RemoveCustomDependencyUid, "RemoveCustomDependencyUid" }, // 583138184
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomDisplayText, "SetCustomDisplayText" }, // 3694921163
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeVariantSetNode_SetCustomVariantsPayloadKey, "SetCustomVariantsPayloadKey" }, // 3784782106
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UInterchangeVariantSetNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UInterchangeVariantSetNode_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UInterchangeVariantSetNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterchangeBaseNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeVariantSetNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeVariantSetNode_Statics::ClassParams = {
|
||
|
|
&UInterchangeVariantSetNode::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_UInterchangeVariantSetNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeVariantSetNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UInterchangeVariantSetNode::StaticRegisterNativesUInterchangeVariantSetNode()
|
||
|
|
{
|
||
|
|
UClass* Class = UInterchangeVariantSetNode::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeVariantSetNode_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeVariantSetNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeVariantSetNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeVariantSetNode.OuterSingleton, Z_Construct_UClass_UInterchangeVariantSetNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UInterchangeVariantSetNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeVariantSetNode);
|
||
|
|
UInterchangeVariantSetNode::~UInterchangeVariantSetNode() {}
|
||
|
|
// ********** End Class UInterchangeVariantSetNode *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeSceneVariantSetsNode Function AddCustomVariantSetUid *********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeSceneVariantSetsNode_eventAddCustomVariantSetUid_Parms
|
||
|
|
{
|
||
|
|
FString VariantUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Add the specified VariantSet's unique id to this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Add the specified VariantSet's unique id to this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariantUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddCustomVariantSetUid constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_VariantUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddCustomVariantSetUid constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddCustomVariantSetUid Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::NewProp_VariantUid = { "VariantUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSceneVariantSetsNode_eventAddCustomVariantSetUid_Parms, VariantUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariantUid_MetaData), NewProp_VariantUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeSceneVariantSetsNode_eventAddCustomVariantSetUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_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(InterchangeSceneVariantSetsNode_eventAddCustomVariantSetUid_Parms), &Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::NewProp_VariantUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddCustomVariantSetUid Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSceneVariantSetsNode, nullptr, "AddCustomVariantSetUid", Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::InterchangeSceneVariantSetsNode_eventAddCustomVariantSetUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::InterchangeSceneVariantSetsNode_eventAddCustomVariantSetUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeSceneVariantSetsNode::execAddCustomVariantSetUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_VariantUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddCustomVariantSetUid(Z_Param_VariantUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeSceneVariantSetsNode Function AddCustomVariantSetUid ***********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeSceneVariantSetsNode Function GetCustomVariantSetUid *********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUid_Parms
|
||
|
|
{
|
||
|
|
int32 Index;
|
||
|
|
FString OutVariantUid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the specified VariantSet's unique id for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the specified VariantSet's unique id for this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantSetUid constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutVariantUid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomVariantSetUid constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantSetUid Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUid_Parms, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::NewProp_OutVariantUid = { "OutVariantUid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUid_Parms, OutVariantUid), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::NewProp_OutVariantUid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomVariantSetUid Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSceneVariantSetsNode, nullptr, "GetCustomVariantSetUid", Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeSceneVariantSetsNode::execGetCustomVariantSetUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutVariantUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetCustomVariantSetUid(Z_Param_Index,Z_Param_Out_OutVariantUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeSceneVariantSetsNode Function GetCustomVariantSetUid ***********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeSceneVariantSetsNode Function GetCustomVariantSetUidCount ****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUidCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the number of VariantSets for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the number of VariantSets for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantSetUidCount constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomVariantSetUidCount constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantSetUidCount Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUidCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomVariantSetUidCount Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSceneVariantSetsNode, nullptr, "GetCustomVariantSetUidCount", Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUidCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUidCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeSceneVariantSetsNode::execGetCustomVariantSetUidCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetCustomVariantSetUidCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeSceneVariantSetsNode Function GetCustomVariantSetUidCount ******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeSceneVariantSetsNode Function GetCustomVariantSetUids ********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutVariantUids;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve all the VariantSets' unique ids for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve all the VariantSets' unique ids for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantSetUids constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutVariantUids_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutVariantUids;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomVariantSetUids constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVariantSetUids Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::NewProp_OutVariantUids_Inner = { "OutVariantUids", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::NewProp_OutVariantUids = { "OutVariantUids", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUids_Parms, OutVariantUids), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::NewProp_OutVariantUids_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::NewProp_OutVariantUids,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomVariantSetUids Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSceneVariantSetsNode, nullptr, "GetCustomVariantSetUids", Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::InterchangeSceneVariantSetsNode_eventGetCustomVariantSetUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeSceneVariantSetsNode::execGetCustomVariantSetUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutVariantUids);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetCustomVariantSetUids(Z_Param_Out_OutVariantUids);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeSceneVariantSetsNode Function GetCustomVariantSetUids **********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeSceneVariantSetsNode Function RemoveCustomVariantSetUid ******
|
||
|
|
struct Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeSceneVariantSetsNode_eventRemoveCustomVariantSetUid_Parms
|
||
|
|
{
|
||
|
|
FString VariantUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | SceneVariantSet" },
|
||
|
|
{ "Comment", "/**\n\x09 * Remove the specified VariantSet's unique id from this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Remove the specified VariantSet's unique id from this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariantUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveCustomVariantSetUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_VariantUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveCustomVariantSetUid constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveCustomVariantSetUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::NewProp_VariantUid = { "VariantUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeSceneVariantSetsNode_eventRemoveCustomVariantSetUid_Parms, VariantUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariantUid_MetaData), NewProp_VariantUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeSceneVariantSetsNode_eventRemoveCustomVariantSetUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_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(InterchangeSceneVariantSetsNode_eventRemoveCustomVariantSetUid_Parms), &Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::NewProp_VariantUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveCustomVariantSetUid Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeSceneVariantSetsNode, nullptr, "RemoveCustomVariantSetUid", Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::InterchangeSceneVariantSetsNode_eventRemoveCustomVariantSetUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::InterchangeSceneVariantSetsNode_eventRemoveCustomVariantSetUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeSceneVariantSetsNode::execRemoveCustomVariantSetUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_VariantUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveCustomVariantSetUid(Z_Param_VariantUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeSceneVariantSetsNode Function RemoveCustomVariantSetUid ********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeSceneVariantSetsNode *****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeSceneVariantSetsNode;
|
||
|
|
UClass* UInterchangeSceneVariantSetsNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UInterchangeSceneVariantSetsNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeSceneVariantSetsNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("InterchangeSceneVariantSetsNode"),
|
||
|
|
Z_Registration_Info_UClass_UInterchangeSceneVariantSetsNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUInterchangeSceneVariantSetsNode,
|
||
|
|
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_UInterchangeSceneVariantSetsNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeSceneVariantSetsNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UInterchangeSceneVariantSetsNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/**\n * Class to represent a set of VariantSet nodes\n */" },
|
||
|
|
{ "IncludePath", "InterchangeVariantSetNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeVariantSetNode.h" },
|
||
|
|
{ "ToolTip", "Class to represent a set of VariantSet nodes" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeSceneVariantSetsNode constinit property declarations *********
|
||
|
|
// ********** End Class UInterchangeSceneVariantSetsNode constinit property declarations ***********
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddCustomVariantSetUid"), .Pointer = &UInterchangeSceneVariantSetsNode::execAddCustomVariantSetUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomVariantSetUid"), .Pointer = &UInterchangeSceneVariantSetsNode::execGetCustomVariantSetUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomVariantSetUidCount"), .Pointer = &UInterchangeSceneVariantSetsNode::execGetCustomVariantSetUidCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomVariantSetUids"), .Pointer = &UInterchangeSceneVariantSetsNode::execGetCustomVariantSetUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveCustomVariantSetUid"), .Pointer = &UInterchangeSceneVariantSetsNode::execRemoveCustomVariantSetUid },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_AddCustomVariantSetUid, "AddCustomVariantSetUid" }, // 1893391663
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUid, "GetCustomVariantSetUid" }, // 3212212069
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUidCount, "GetCustomVariantSetUidCount" }, // 823669255
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_GetCustomVariantSetUids, "GetCustomVariantSetUids" }, // 1202559401
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeSceneVariantSetsNode_RemoveCustomVariantSetUid, "RemoveCustomVariantSetUid" }, // 2359589496
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UInterchangeSceneVariantSetsNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterchangeBaseNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics::ClassParams = {
|
||
|
|
&UInterchangeSceneVariantSetsNode::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_UInterchangeSceneVariantSetsNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UInterchangeSceneVariantSetsNode::StaticRegisterNativesUInterchangeSceneVariantSetsNode()
|
||
|
|
{
|
||
|
|
UClass* Class = UInterchangeSceneVariantSetsNode::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeSceneVariantSetsNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeSceneVariantSetsNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeSceneVariantSetsNode.OuterSingleton, Z_Construct_UClass_UInterchangeSceneVariantSetsNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UInterchangeSceneVariantSetsNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeSceneVariantSetsNode);
|
||
|
|
UInterchangeSceneVariantSetsNode::~UInterchangeSceneVariantSetsNode() {}
|
||
|
|
// ********** End Class UInterchangeSceneVariantSetsNode *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeVariantSetNode_h__Script_InterchangeNodes_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UInterchangeVariantSetNode, UInterchangeVariantSetNode::StaticClass, TEXT("UInterchangeVariantSetNode"), &Z_Registration_Info_UClass_UInterchangeVariantSetNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeVariantSetNode), 2074685442U) },
|
||
|
|
{ Z_Construct_UClass_UInterchangeSceneVariantSetsNode, UInterchangeSceneVariantSetsNode::StaticClass, TEXT("UInterchangeSceneVariantSetsNode"), &Z_Registration_Info_UClass_UInterchangeSceneVariantSetsNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeSceneVariantSetsNode), 999551902U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeVariantSetNode_h__Script_InterchangeNodes_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeVariantSetNode_h__Script_InterchangeNodes_1876092337{
|
||
|
|
TEXT("/Script/InterchangeNodes"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeVariantSetNode_h__Script_InterchangeNodes_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeVariantSetNode_h__Script_InterchangeNodes_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|