4302 lines
332 KiB
C++
4302 lines
332 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 "InterchangeMeshNode.h"
|
||
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeInterchangeMeshNode() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
|
||
|
|
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeBaseNode();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeGeometryCacheNode();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeGeometryCacheNode_NoRegister();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeMeshNode();
|
||
|
|
INTERCHANGENODES_API UClass* Z_Construct_UClass_UInterchangeMeshNode_NoRegister();
|
||
|
|
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshCollision();
|
||
|
|
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType();
|
||
|
|
INTERCHANGENODES_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeNodes();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EInterchangeMeshPayLoadType ***********************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType;
|
||
|
|
static UEnum* EInterchangeMeshPayLoadType_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType, (UObject*)Z_Construct_UPackage__Script_InterchangeNodes(), TEXT("EInterchangeMeshPayLoadType"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> INTERCHANGENODES_NON_ATTRIBUTED_API UEnum* StaticEnum<EInterchangeMeshPayLoadType>()
|
||
|
|
{
|
||
|
|
return EInterchangeMeshPayLoadType_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "ANIMATED.Name", "EInterchangeMeshPayLoadType::ANIMATED" },
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "//ns UE\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "MORPHTARGET.Name", "EInterchangeMeshPayLoadType::MORPHTARGET" },
|
||
|
|
{ "NONE.Name", "EInterchangeMeshPayLoadType::NONE" },
|
||
|
|
{ "SKELETAL.Name", "EInterchangeMeshPayLoadType::SKELETAL" },
|
||
|
|
{ "STATIC.Name", "EInterchangeMeshPayLoadType::STATIC" },
|
||
|
|
{ "ToolTip", "ns UE" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EInterchangeMeshPayLoadType::NONE", (int64)EInterchangeMeshPayLoadType::NONE },
|
||
|
|
{ "EInterchangeMeshPayLoadType::STATIC", (int64)EInterchangeMeshPayLoadType::STATIC },
|
||
|
|
{ "EInterchangeMeshPayLoadType::SKELETAL", (int64)EInterchangeMeshPayLoadType::SKELETAL },
|
||
|
|
{ "EInterchangeMeshPayLoadType::MORPHTARGET", (int64)EInterchangeMeshPayLoadType::MORPHTARGET },
|
||
|
|
{ "EInterchangeMeshPayLoadType::ANIMATED", (int64)EInterchangeMeshPayLoadType::ANIMATED },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_InterchangeNodes,
|
||
|
|
nullptr,
|
||
|
|
"EInterchangeMeshPayLoadType",
|
||
|
|
"EInterchangeMeshPayLoadType",
|
||
|
|
Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType.InnerSingleton, Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EInterchangeMeshPayLoadType *************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FInterchangeMeshPayLoadKey ****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeMeshPayLoadKey); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeMeshPayLoadKey); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UniqueId_MetaData[] = {
|
||
|
|
{ "Category", "Interchange | Mesh" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Type_MetaData[] = {
|
||
|
|
{ "Category", "Interchange | Mesh" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameNumber_MetaData[] = {
|
||
|
|
{ "Category", "Interchange | GeometryCache" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FInterchangeMeshPayLoadKey constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_UniqueId;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Type_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Type;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameNumber;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FInterchangeMeshPayLoadKey constinit property declarations **********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeMeshPayLoadKey>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey;
|
||
|
|
class UScriptStruct* FInterchangeMeshPayLoadKey::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey, (UObject*)Z_Construct_UPackage__Script_InterchangeNodes(), TEXT("InterchangeMeshPayLoadKey"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FInterchangeMeshPayLoadKey Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_UniqueId = { "UniqueId", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeMeshPayLoadKey, UniqueId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UniqueId_MetaData), NewProp_UniqueId_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_Type_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeMeshPayLoadKey, Type), Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Type_MetaData), NewProp_Type_MetaData) }; // 3847687035
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_FrameNumber = { "FrameNumber", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeMeshPayLoadKey, FrameNumber), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameNumber_MetaData), NewProp_FrameNumber_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_UniqueId,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_Type_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_Type,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewProp_FrameNumber,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FInterchangeMeshPayLoadKey Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"InterchangeMeshPayLoadKey",
|
||
|
|
Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::PropPointers),
|
||
|
|
sizeof(FInterchangeMeshPayLoadKey),
|
||
|
|
alignof(FInterchangeMeshPayLoadKey),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FInterchangeMeshPayLoadKey ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function AddAssemblyPartDependencyUid ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventAddAssemblyPartDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Add the specified Nanite assembly part dependency to this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Add the specified Nanite assembly part dependency to this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddAssemblyPartDependencyUid 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 AddAssemblyPartDependencyUid constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddAssemblyPartDependencyUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventAddAssemblyPartDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventAddAssemblyPartDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_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(InterchangeMeshNode_eventAddAssemblyPartDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddAssemblyPartDependencyUid Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "AddAssemblyPartDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::InterchangeMeshNode_eventAddAssemblyPartDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::InterchangeMeshNode_eventAddAssemblyPartDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execAddAssemblyPartDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddAssemblyPartDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function AddAssemblyPartDependencyUid *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetAssemblyPartDependencies ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetAssemblyPartDependencies_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutDependencies;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the Nanite assembly part dependencies for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the Nanite assembly part dependencies for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetAssemblyPartDependencies constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependencies_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutDependencies;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetAssemblyPartDependencies constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetAssemblyPartDependencies Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::NewProp_OutDependencies_Inner = { "OutDependencies", 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_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::NewProp_OutDependencies = { "OutDependencies", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetAssemblyPartDependencies_Parms, OutDependencies), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::NewProp_OutDependencies_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::NewProp_OutDependencies,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetAssemblyPartDependencies Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetAssemblyPartDependencies", Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::InterchangeMeshNode_eventGetAssemblyPartDependencies_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::InterchangeMeshNode_eventGetAssemblyPartDependencies_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetAssemblyPartDependencies)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutDependencies);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetAssemblyPartDependencies(Z_Param_Out_OutDependencies);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetAssemblyPartDependencies ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetAssemblyPartDependenciesCount ***********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetAssemblyPartDependenciesCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n * Retrieve the number of Nanite assembly part dependencies for this object.\n */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the number of Nanite assembly part dependencies for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetAssemblyPartDependenciesCount constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetAssemblyPartDependenciesCount constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetAssemblyPartDependenciesCount Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetAssemblyPartDependenciesCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetAssemblyPartDependenciesCount Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetAssemblyPartDependenciesCount", Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::InterchangeMeshNode_eventGetAssemblyPartDependenciesCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::InterchangeMeshNode_eventGetAssemblyPartDependenciesCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetAssemblyPartDependenciesCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetAssemblyPartDependenciesCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetAssemblyPartDependenciesCount *************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetAssemblyPartDependency ******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetAssemblyPartDependency_Parms
|
||
|
|
{
|
||
|
|
int32 Index;
|
||
|
|
FString OutDependency;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the specified Nanite assembly part dependency for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the specified Nanite assembly part dependency for this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetAssemblyPartDependency constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependency;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetAssemblyPartDependency constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetAssemblyPartDependency Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetAssemblyPartDependency_Parms, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::NewProp_OutDependency = { "OutDependency", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetAssemblyPartDependency_Parms, OutDependency), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::NewProp_OutDependency,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetAssemblyPartDependency Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetAssemblyPartDependency", Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::InterchangeMeshNode_eventGetAssemblyPartDependency_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::InterchangeMeshNode_eventGetAssemblyPartDependency_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetAssemblyPartDependency)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutDependency);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetAssemblyPartDependency(Z_Param_Index,Z_Param_Out_OutDependency);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetAssemblyPartDependency ********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomBoundingBox ***********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomBoundingBox_Parms
|
||
|
|
{
|
||
|
|
FBox AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query the bounding box of this mesh. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query the bounding box of this mesh. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomBoundingBox constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams 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 GetCustomBoundingBox constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomBoundingBox Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetCustomBoundingBox_Parms, AttributeValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomBoundingBox_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_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(InterchangeMeshNode_eventGetCustomBoundingBox_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomBoundingBox Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomBoundingBox", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::InterchangeMeshNode_eventGetCustomBoundingBox_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::InterchangeMeshNode_eventGetCustomBoundingBox_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomBoundingBox)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomBoundingBox(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomBoundingBox *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomCollisionType *********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomCollisionType_Parms
|
||
|
|
{
|
||
|
|
EInterchangeMeshCollision AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Get the type of collision shapes we should generate from this mesh.\n\x09 * Note: This is a separate mechanism from the FBX-style collision shape name prefixes. For now, these\n\x09 * collision shapes will only be used for the static mesh generated from this very same Mesh node\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Get the type of collision shapes we should generate from this mesh.\nNote: This is a separate mechanism from the FBX-style collision shape name prefixes. For now, these\ncollision shapes will only be used for the static mesh generated from this very same Mesh node" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomCollisionType constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomCollisionType constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomCollisionType Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetCustomCollisionType_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshCollision, METADATA_PARAMS(0, nullptr) }; // 11611486
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomCollisionType_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_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(InterchangeMeshNode_eventGetCustomCollisionType_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomCollisionType Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomCollisionType", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::InterchangeMeshNode_eventGetCustomCollisionType_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::InterchangeMeshNode_eventGetCustomCollisionType_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomCollisionType)
|
||
|
|
{
|
||
|
|
P_GET_ENUM_REF(EInterchangeMeshCollision,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomCollisionType((EInterchangeMeshCollision&)(Z_Param_Out_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomCollisionType ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomHasSmoothGroup ********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomHasSmoothGroup_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query whether this mesh has smoothing groups. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query whether this mesh has smoothing groups. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasSmoothGroup constinit property declarations ***************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomHasSmoothGroup constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasSmoothGroup Property Definitions **************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasSmoothGroup_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventGetCustomHasSmoothGroup_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasSmoothGroup_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_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(InterchangeMeshNode_eventGetCustomHasSmoothGroup_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomHasSmoothGroup Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomHasSmoothGroup", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::InterchangeMeshNode_eventGetCustomHasSmoothGroup_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::InterchangeMeshNode_eventGetCustomHasSmoothGroup_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomHasSmoothGroup)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomHasSmoothGroup(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomHasSmoothGroup **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomHasVertexBinormal *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomHasVertexBinormal_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query whether this mesh has vertex bi-normals. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query whether this mesh has vertex bi-normals. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexBinormal constinit property declarations ************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomHasVertexBinormal constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexBinormal Property Definitions ***********************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexBinormal_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventGetCustomHasVertexBinormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexBinormal_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_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(InterchangeMeshNode_eventGetCustomHasVertexBinormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomHasVertexBinormal Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomHasVertexBinormal", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::InterchangeMeshNode_eventGetCustomHasVertexBinormal_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::InterchangeMeshNode_eventGetCustomHasVertexBinormal_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomHasVertexBinormal)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomHasVertexBinormal(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomHasVertexBinormal *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomHasVertexColor ********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomHasVertexColor_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query whether this mesh has vertex colors. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query whether this mesh has vertex colors. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexColor constinit property declarations ***************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomHasVertexColor constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexColor Property Definitions **************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexColor_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventGetCustomHasVertexColor_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexColor_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_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(InterchangeMeshNode_eventGetCustomHasVertexColor_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomHasVertexColor Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomHasVertexColor", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::InterchangeMeshNode_eventGetCustomHasVertexColor_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::InterchangeMeshNode_eventGetCustomHasVertexColor_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomHasVertexColor)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomHasVertexColor(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomHasVertexColor **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomHasVertexNormal *******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomHasVertexNormal_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query whether this mesh has vertex normals. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query whether this mesh has vertex normals. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexNormal constinit property declarations **************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomHasVertexNormal constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexNormal Property Definitions *************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexNormal_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventGetCustomHasVertexNormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexNormal_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_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(InterchangeMeshNode_eventGetCustomHasVertexNormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomHasVertexNormal Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomHasVertexNormal", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::InterchangeMeshNode_eventGetCustomHasVertexNormal_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::InterchangeMeshNode_eventGetCustomHasVertexNormal_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomHasVertexNormal)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomHasVertexNormal(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomHasVertexNormal *********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomHasVertexTangent ******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomHasVertexTangent_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query whether this mesh has vertex tangents. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query whether this mesh has vertex tangents. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexTangent constinit property declarations *************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomHasVertexTangent constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasVertexTangent Property Definitions ************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexTangent_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventGetCustomHasVertexTangent_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomHasVertexTangent_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_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(InterchangeMeshNode_eventGetCustomHasVertexTangent_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomHasVertexTangent Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomHasVertexTangent", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::InterchangeMeshNode_eventGetCustomHasVertexTangent_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::InterchangeMeshNode_eventGetCustomHasVertexTangent_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomHasVertexTangent)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomHasVertexTangent(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomHasVertexTangent ********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomPolygonCount **********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomPolygonCount_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query the polygon count of this mesh. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query the polygon count of this mesh. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomPolygonCount constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 GetCustomPolygonCount constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomPolygonCount Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetCustomPolygonCount_Parms, AttributeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomPolygonCount_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_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(InterchangeMeshNode_eventGetCustomPolygonCount_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomPolygonCount Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomPolygonCount", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::InterchangeMeshNode_eventGetCustomPolygonCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::InterchangeMeshNode_eventGetCustomPolygonCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomPolygonCount)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomPolygonCount(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomPolygonCount ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomUVCount ***************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomUVCount_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query the UV count of this mesh. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query the UV count of this mesh. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomUVCount constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 GetCustomUVCount constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomUVCount Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetCustomUVCount_Parms, AttributeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomUVCount_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_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(InterchangeMeshNode_eventGetCustomUVCount_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomUVCount Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomUVCount", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::InterchangeMeshNode_eventGetCustomUVCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::InterchangeMeshNode_eventGetCustomUVCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomUVCount)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomUVCount(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomUVCount *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetCustomVertexCount ***********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetCustomVertexCount_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Query the vertex count of this mesh. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query the vertex count of this mesh. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVertexCount constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 GetCustomVertexCount constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomVertexCount Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetCustomVertexCount_Parms, AttributeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetCustomVertexCount_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_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(InterchangeMeshNode_eventGetCustomVertexCount_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomVertexCount Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetCustomVertexCount", Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::InterchangeMeshNode_eventGetCustomVertexCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::InterchangeMeshNode_eventGetCustomVertexCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetCustomVertexCount)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomVertexCount(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetCustomVertexCount *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetMorphTargetDependeciesCount *************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetMorphTargetDependeciesCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the number of morph target dependencies for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the number of morph target dependencies for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetDependeciesCount constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetMorphTargetDependeciesCount constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetDependeciesCount Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetMorphTargetDependeciesCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetMorphTargetDependeciesCount Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetMorphTargetDependeciesCount", Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::InterchangeMeshNode_eventGetMorphTargetDependeciesCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::InterchangeMeshNode_eventGetMorphTargetDependeciesCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetMorphTargetDependeciesCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetMorphTargetDependeciesCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetMorphTargetDependeciesCount ***************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetMorphTargetDependencies *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetMorphTargetDependencies_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutDependencies;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve all morph target dependencies for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve all morph target dependencies for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetDependencies constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependencies_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutDependencies;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetMorphTargetDependencies constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetDependencies Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::NewProp_OutDependencies_Inner = { "OutDependencies", 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_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::NewProp_OutDependencies = { "OutDependencies", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetMorphTargetDependencies_Parms, OutDependencies), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::NewProp_OutDependencies_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::NewProp_OutDependencies,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetMorphTargetDependencies Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetMorphTargetDependencies", Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::InterchangeMeshNode_eventGetMorphTargetDependencies_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::InterchangeMeshNode_eventGetMorphTargetDependencies_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetMorphTargetDependencies)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutDependencies);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetMorphTargetDependencies(Z_Param_Out_OutDependencies);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetMorphTargetDependencies *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetMorphTargetDependency *******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetMorphTargetDependency_Parms
|
||
|
|
{
|
||
|
|
int32 Index;
|
||
|
|
FString OutDependency;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the specified morph target dependency for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the specified morph target dependency for this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetDependency constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependency;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetMorphTargetDependency constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetDependency Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetMorphTargetDependency_Parms, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::NewProp_OutDependency = { "OutDependency", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetMorphTargetDependency_Parms, OutDependency), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::NewProp_OutDependency,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetMorphTargetDependency Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetMorphTargetDependency", Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::InterchangeMeshNode_eventGetMorphTargetDependency_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::InterchangeMeshNode_eventGetMorphTargetDependency_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetMorphTargetDependency)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutDependency);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetMorphTargetDependency(Z_Param_Index,Z_Param_Out_OutDependency);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetMorphTargetDependency *********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetMorphTargetName *************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetMorphTargetName_Parms
|
||
|
|
{
|
||
|
|
FString OutMorphTargetName;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Get the morph target name.\n\x09 * Return true if we successfully retrieved the MorphTargetName attribute.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Get the morph target name.\nReturn true if we successfully retrieved the MorphTargetName attribute." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetName constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMorphTargetName;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetMorphTargetName constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetMorphTargetName Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::NewProp_OutMorphTargetName = { "OutMorphTargetName", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetMorphTargetName_Parms, OutMorphTargetName), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetMorphTargetName_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_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(InterchangeMeshNode_eventGetMorphTargetName_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::NewProp_OutMorphTargetName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetMorphTargetName Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetMorphTargetName", Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::InterchangeMeshNode_eventGetMorphTargetName_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::InterchangeMeshNode_eventGetMorphTargetName_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetMorphTargetName)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutMorphTargetName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetMorphTargetName(Z_Param_Out_OutMorphTargetName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetMorphTargetName ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSceneInstanceUid ************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSceneInstanceUid_Parms
|
||
|
|
{
|
||
|
|
int32 Index;
|
||
|
|
FString OutDependency;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the asset instance this scene node refers to.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the asset instance this scene node refers to." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSceneInstanceUid constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependency;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSceneInstanceUid constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSceneInstanceUid Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSceneInstanceUid_Parms, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::NewProp_OutDependency = { "OutDependency", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSceneInstanceUid_Parms, OutDependency), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::NewProp_OutDependency,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSceneInstanceUid Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSceneInstanceUid", Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::InterchangeMeshNode_eventGetSceneInstanceUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::InterchangeMeshNode_eventGetSceneInstanceUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSceneInstanceUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutDependency);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetSceneInstanceUid(Z_Param_Index,Z_Param_Out_OutDependency);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSceneInstanceUid **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSceneInstanceUids ***********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSceneInstanceUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutDependencies;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the asset instances this scene node refers to.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the asset instances this scene node refers to." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSceneInstanceUids constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependencies_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutDependencies;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSceneInstanceUids constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSceneInstanceUids Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::NewProp_OutDependencies_Inner = { "OutDependencies", 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_UInterchangeMeshNode_GetSceneInstanceUids_Statics::NewProp_OutDependencies = { "OutDependencies", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSceneInstanceUids_Parms, OutDependencies), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::NewProp_OutDependencies_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::NewProp_OutDependencies,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSceneInstanceUids Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSceneInstanceUids", Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::InterchangeMeshNode_eventGetSceneInstanceUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::InterchangeMeshNode_eventGetSceneInstanceUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSceneInstanceUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutDependencies);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetSceneInstanceUids(Z_Param_Out_OutDependencies);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSceneInstanceUids *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSceneInstanceUidsCount ******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSceneInstanceUidsCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the number of scene nodes instancing this mesh.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the number of scene nodes instancing this mesh." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSceneInstanceUidsCount constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSceneInstanceUidsCount constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSceneInstanceUidsCount Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSceneInstanceUidsCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSceneInstanceUidsCount Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSceneInstanceUidsCount", Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::InterchangeMeshNode_eventGetSceneInstanceUidsCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::InterchangeMeshNode_eventGetSceneInstanceUidsCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSceneInstanceUidsCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetSceneInstanceUidsCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSceneInstanceUidsCount ********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSkeletonDependeciesCount ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSkeletonDependeciesCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the number of skeleton dependencies for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the number of skeleton dependencies for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSkeletonDependeciesCount constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSkeletonDependeciesCount constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSkeletonDependeciesCount Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSkeletonDependeciesCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSkeletonDependeciesCount Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSkeletonDependeciesCount", Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::InterchangeMeshNode_eventGetSkeletonDependeciesCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::InterchangeMeshNode_eventGetSkeletonDependeciesCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSkeletonDependeciesCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetSkeletonDependeciesCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSkeletonDependeciesCount ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSkeletonDependencies ********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSkeletonDependencies_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutDependencies;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the skeleton dependency for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the skeleton dependency for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSkeletonDependencies constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependencies_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutDependencies;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSkeletonDependencies constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSkeletonDependencies Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::NewProp_OutDependencies_Inner = { "OutDependencies", 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_UInterchangeMeshNode_GetSkeletonDependencies_Statics::NewProp_OutDependencies = { "OutDependencies", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSkeletonDependencies_Parms, OutDependencies), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::NewProp_OutDependencies_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::NewProp_OutDependencies,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSkeletonDependencies Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSkeletonDependencies", Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::InterchangeMeshNode_eventGetSkeletonDependencies_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::InterchangeMeshNode_eventGetSkeletonDependencies_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSkeletonDependencies)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutDependencies);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetSkeletonDependencies(Z_Param_Out_OutDependencies);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSkeletonDependencies **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSkeletonDependency **********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSkeletonDependency_Parms
|
||
|
|
{
|
||
|
|
int32 Index;
|
||
|
|
FString OutDependency;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the specified skeleton dependency for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the specified skeleton dependency for this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSkeletonDependency constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutDependency;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSkeletonDependency constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSkeletonDependency Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSkeletonDependency_Parms, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::NewProp_OutDependency = { "OutDependency", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSkeletonDependency_Parms, OutDependency), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::NewProp_Index,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::NewProp_OutDependency,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSkeletonDependency Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSkeletonDependency", Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::InterchangeMeshNode_eventGetSkeletonDependency_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::InterchangeMeshNode_eventGetSkeletonDependency_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSkeletonDependency)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutDependency);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetSkeletonDependency(Z_Param_Index,Z_Param_Out_OutDependency);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSkeletonDependency ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSlotMaterialDependencies ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSlotMaterialDependencies_Parms
|
||
|
|
{
|
||
|
|
TMap<FString,FString> OutMaterialDependencies;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the correspondence table between slot names and assigned materials for this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the correspondence table between slot names and assigned materials for this object." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSlotMaterialDependencies constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMaterialDependencies_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMaterialDependencies_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_OutMaterialDependencies;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSlotMaterialDependencies constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSlotMaterialDependencies Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::NewProp_OutMaterialDependencies_ValueProp = { "OutMaterialDependencies", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::NewProp_OutMaterialDependencies_Key_KeyProp = { "OutMaterialDependencies_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::NewProp_OutMaterialDependencies = { "OutMaterialDependencies", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSlotMaterialDependencies_Parms, OutMaterialDependencies), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::NewProp_OutMaterialDependencies_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::NewProp_OutMaterialDependencies_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::NewProp_OutMaterialDependencies,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSlotMaterialDependencies Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSlotMaterialDependencies", Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::InterchangeMeshNode_eventGetSlotMaterialDependencies_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::InterchangeMeshNode_eventGetSlotMaterialDependencies_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSlotMaterialDependencies)
|
||
|
|
{
|
||
|
|
P_GET_TMAP_REF(FString,FString,Z_Param_Out_OutMaterialDependencies);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetSlotMaterialDependencies(Z_Param_Out_OutMaterialDependencies);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSlotMaterialDependencies ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function GetSlotMaterialDependencyUid ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventGetSlotMaterialDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString SlotName;
|
||
|
|
FString OutMaterialDependency;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Retrieve the specified Material dependency for a given slot of this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Retrieve the specified Material dependency for a given slot of this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SlotName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSlotMaterialDependencyUid constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SlotName;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMaterialDependency;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSlotMaterialDependencyUid constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSlotMaterialDependencyUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::NewProp_SlotName = { "SlotName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSlotMaterialDependencyUid_Parms, SlotName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SlotName_MetaData), NewProp_SlotName_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::NewProp_OutMaterialDependency = { "OutMaterialDependency", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventGetSlotMaterialDependencyUid_Parms, OutMaterialDependency), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventGetSlotMaterialDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_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(InterchangeMeshNode_eventGetSlotMaterialDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::NewProp_SlotName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::NewProp_OutMaterialDependency,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSlotMaterialDependencyUid Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "GetSlotMaterialDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::InterchangeMeshNode_eventGetSlotMaterialDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::InterchangeMeshNode_eventGetSlotMaterialDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execGetSlotMaterialDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SlotName);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutMaterialDependency);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetSlotMaterialDependencyUid(Z_Param_SlotName,Z_Param_Out_OutMaterialDependency);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function GetSlotMaterialDependencyUid *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function IsMorphTarget ******************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventIsMorphTarget_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Return true if this node represents a morph target.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Return true if this node represents a morph target." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsMorphTarget constinit property declarations *************************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsMorphTarget constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsMorphTarget Property Definitions ************************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventIsMorphTarget_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_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(InterchangeMeshNode_eventIsMorphTarget_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsMorphTarget Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "IsMorphTarget", Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::InterchangeMeshNode_eventIsMorphTarget_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::InterchangeMeshNode_eventIsMorphTarget_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execIsMorphTarget)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->IsMorphTarget();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function IsMorphTarget ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function IsSkinnedMesh ******************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventIsSkinnedMesh_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Return true if this node represents a skinned mesh.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Return true if this node represents a skinned mesh." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsSkinnedMesh constinit property declarations *************************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsSkinnedMesh constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsSkinnedMesh Property Definitions ************************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventIsSkinnedMesh_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_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(InterchangeMeshNode_eventIsSkinnedMesh_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsSkinnedMesh Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "IsSkinnedMesh", Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::InterchangeMeshNode_eventIsSkinnedMesh_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::InterchangeMeshNode_eventIsSkinnedMesh_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execIsSkinnedMesh)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->IsSkinnedMesh();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function IsSkinnedMesh ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function RemoveAssemblyPartDependencyUid ************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventRemoveAssemblyPartDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Remove the specified Nanite assembly part dependency from this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Remove the specified Nanite assembly part dependency from this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAssemblyPartDependencyUid 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 RemoveAssemblyPartDependencyUid constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAssemblyPartDependencyUid Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventRemoveAssemblyPartDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventRemoveAssemblyPartDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_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(InterchangeMeshNode_eventRemoveAssemblyPartDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveAssemblyPartDependencyUid Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "RemoveAssemblyPartDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::InterchangeMeshNode_eventRemoveAssemblyPartDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::InterchangeMeshNode_eventRemoveAssemblyPartDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execRemoveAssemblyPartDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveAssemblyPartDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function RemoveAssemblyPartDependencyUid **************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function RemoveMorphTargetDependencyUid *************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventRemoveMorphTargetDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Remove the specified morph target dependency from this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Remove the specified morph target dependency from this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveMorphTargetDependencyUid 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 RemoveMorphTargetDependencyUid constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveMorphTargetDependencyUid Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventRemoveMorphTargetDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventRemoveMorphTargetDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_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(InterchangeMeshNode_eventRemoveMorphTargetDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveMorphTargetDependencyUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "RemoveMorphTargetDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::InterchangeMeshNode_eventRemoveMorphTargetDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::InterchangeMeshNode_eventRemoveMorphTargetDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execRemoveMorphTargetDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveMorphTargetDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function RemoveMorphTargetDependencyUid ***************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function RemoveSceneInstanceUid *********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventRemoveSceneInstanceUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Remove the specified asset instance this scene node refers to.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Remove the specified asset instance this scene node refers to." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSceneInstanceUid 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 RemoveSceneInstanceUid constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSceneInstanceUid Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventRemoveSceneInstanceUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventRemoveSceneInstanceUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_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(InterchangeMeshNode_eventRemoveSceneInstanceUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveSceneInstanceUid Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "RemoveSceneInstanceUid", Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::InterchangeMeshNode_eventRemoveSceneInstanceUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::InterchangeMeshNode_eventRemoveSceneInstanceUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execRemoveSceneInstanceUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveSceneInstanceUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function RemoveSceneInstanceUid ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function RemoveSkeletonDependencyUid ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventRemoveSkeletonDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Remove the specified skeleton dependency from this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Remove the specified skeleton dependency from this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSkeletonDependencyUid 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 RemoveSkeletonDependencyUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSkeletonDependencyUid Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventRemoveSkeletonDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventRemoveSkeletonDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_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(InterchangeMeshNode_eventRemoveSkeletonDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveSkeletonDependencyUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "RemoveSkeletonDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::InterchangeMeshNode_eventRemoveSkeletonDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::InterchangeMeshNode_eventRemoveSkeletonDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execRemoveSkeletonDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveSkeletonDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function RemoveSkeletonDependencyUid ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function RemoveSlotMaterialDependencyUid ************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventRemoveSlotMaterialDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString SlotName;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Remove the Material dependency associated with the given slot name from this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Remove the Material dependency associated with the given slot name from this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SlotName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSlotMaterialDependencyUid constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SlotName;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveSlotMaterialDependencyUid constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSlotMaterialDependencyUid Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::NewProp_SlotName = { "SlotName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventRemoveSlotMaterialDependencyUid_Parms, SlotName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SlotName_MetaData), NewProp_SlotName_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventRemoveSlotMaterialDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_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(InterchangeMeshNode_eventRemoveSlotMaterialDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::NewProp_SlotName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveSlotMaterialDependencyUid Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "RemoveSlotMaterialDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::InterchangeMeshNode_eventRemoveSlotMaterialDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::InterchangeMeshNode_eventRemoveSlotMaterialDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execRemoveSlotMaterialDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SlotName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveSlotMaterialDependencyUid(Z_Param_SlotName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function RemoveSlotMaterialDependencyUid **************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomBoundingBox ***********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomBoundingBox_Parms
|
||
|
|
{
|
||
|
|
FBox AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the bounding box of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the bounding box of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomBoundingBox constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams 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 SetCustomBoundingBox constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomBoundingBox Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetCustomBoundingBox_Parms, AttributeValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomBoundingBox_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_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(InterchangeMeshNode_eventSetCustomBoundingBox_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomBoundingBox Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomBoundingBox", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::InterchangeMeshNode_eventSetCustomBoundingBox_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::InterchangeMeshNode_eventSetCustomBoundingBox_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomBoundingBox)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomBoundingBox(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomBoundingBox *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomCollisionType *********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomCollisionType_Parms
|
||
|
|
{
|
||
|
|
EInterchangeMeshCollision AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the type of collision shapes we should generate from this mesh */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the type of collision shapes we should generate from this mesh" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomCollisionType constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AttributeValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomCollisionType constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomCollisionType Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::NewProp_AttributeValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetCustomCollisionType_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshCollision, METADATA_PARAMS(0, nullptr) }; // 11611486
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomCollisionType_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_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(InterchangeMeshNode_eventSetCustomCollisionType_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomCollisionType Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomCollisionType", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::InterchangeMeshNode_eventSetCustomCollisionType_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::InterchangeMeshNode_eventSetCustomCollisionType_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomCollisionType)
|
||
|
|
{
|
||
|
|
P_GET_ENUM(EInterchangeMeshCollision,Z_Param_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomCollisionType(EInterchangeMeshCollision(Z_Param_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomCollisionType ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomHasSmoothGroup ********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomHasSmoothGroup_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the smoothing group attribute of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the smoothing group attribute of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasSmoothGroup constinit property declarations ***************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomHasSmoothGroup constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasSmoothGroup Property Definitions **************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasSmoothGroup_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventSetCustomHasSmoothGroup_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasSmoothGroup_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_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(InterchangeMeshNode_eventSetCustomHasSmoothGroup_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomHasSmoothGroup Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomHasSmoothGroup", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::InterchangeMeshNode_eventSetCustomHasSmoothGroup_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::InterchangeMeshNode_eventSetCustomHasSmoothGroup_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomHasSmoothGroup)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomHasSmoothGroup(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomHasSmoothGroup **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomHasVertexBinormal *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomHasVertexBinormal_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the vertex bi-normal attribute of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the vertex bi-normal attribute of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexBinormal constinit property declarations ************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomHasVertexBinormal constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexBinormal Property Definitions ***********************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexBinormal_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventSetCustomHasVertexBinormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexBinormal_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_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(InterchangeMeshNode_eventSetCustomHasVertexBinormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomHasVertexBinormal Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomHasVertexBinormal", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::InterchangeMeshNode_eventSetCustomHasVertexBinormal_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::InterchangeMeshNode_eventSetCustomHasVertexBinormal_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomHasVertexBinormal)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomHasVertexBinormal(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomHasVertexBinormal *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomHasVertexColor ********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomHasVertexColor_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the vertex color attribute of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the vertex color attribute of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexColor constinit property declarations ***************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomHasVertexColor constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexColor Property Definitions **************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexColor_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventSetCustomHasVertexColor_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexColor_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_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(InterchangeMeshNode_eventSetCustomHasVertexColor_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomHasVertexColor Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomHasVertexColor", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::InterchangeMeshNode_eventSetCustomHasVertexColor_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::InterchangeMeshNode_eventSetCustomHasVertexColor_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomHasVertexColor)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomHasVertexColor(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomHasVertexColor **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomHasVertexNormal *******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomHasVertexNormal_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the vertex normal attribute of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the vertex normal attribute of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexNormal constinit property declarations **************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomHasVertexNormal constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexNormal Property Definitions *************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexNormal_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventSetCustomHasVertexNormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexNormal_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_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(InterchangeMeshNode_eventSetCustomHasVertexNormal_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomHasVertexNormal Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomHasVertexNormal", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::InterchangeMeshNode_eventSetCustomHasVertexNormal_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::InterchangeMeshNode_eventSetCustomHasVertexNormal_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomHasVertexNormal)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomHasVertexNormal(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomHasVertexNormal *********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomHasVertexTangent ******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomHasVertexTangent_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the vertex tangent attribute of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the vertex tangent attribute of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexTangent constinit property declarations *************
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomHasVertexTangent constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasVertexTangent Property Definitions ************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexTangent_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventSetCustomHasVertexTangent_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomHasVertexTangent_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_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(InterchangeMeshNode_eventSetCustomHasVertexTangent_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomHasVertexTangent Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomHasVertexTangent", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::InterchangeMeshNode_eventSetCustomHasVertexTangent_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::InterchangeMeshNode_eventSetCustomHasVertexTangent_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomHasVertexTangent)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomHasVertexTangent(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomHasVertexTangent ********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomPolygonCount **********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomPolygonCount_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the polygon count of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the polygon count of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomPolygonCount constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 SetCustomPolygonCount constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomPolygonCount Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetCustomPolygonCount_Parms, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomPolygonCount_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_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(InterchangeMeshNode_eventSetCustomPolygonCount_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomPolygonCount Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomPolygonCount", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::InterchangeMeshNode_eventSetCustomPolygonCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::InterchangeMeshNode_eventSetCustomPolygonCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomPolygonCount)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomPolygonCount(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomPolygonCount ************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomUVCount ***************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomUVCount_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the UV count attribute of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the UV count attribute of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomUVCount constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 SetCustomUVCount constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomUVCount Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetCustomUVCount_Parms, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomUVCount_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_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(InterchangeMeshNode_eventSetCustomUVCount_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomUVCount Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomUVCount", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::InterchangeMeshNode_eventSetCustomUVCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::InterchangeMeshNode_eventSetCustomUVCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomUVCount)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomUVCount(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomUVCount *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetCustomVertexCount ***********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetCustomVertexCount_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/** Set the vertex count of this mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the vertex count of this mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomVertexCount constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 SetCustomVertexCount constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomVertexCount Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetCustomVertexCount_Parms, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetCustomVertexCount_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_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(InterchangeMeshNode_eventSetCustomVertexCount_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomVertexCount Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetCustomVertexCount", Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::InterchangeMeshNode_eventSetCustomVertexCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::InterchangeMeshNode_eventSetCustomVertexCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetCustomVertexCount)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomVertexCount(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetCustomVertexCount *************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetMorphTarget *****************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetMorphTarget_Parms
|
||
|
|
{
|
||
|
|
bool bIsMorphTarget;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Set the IsMorphTarget attribute to determine whether this node represents a morph target.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the IsMorphTarget attribute to determine whether this node represents a morph target." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsMorphTarget_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetMorphTarget constinit property declarations ************************
|
||
|
|
static void NewProp_bIsMorphTarget_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsMorphTarget;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetMorphTarget constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetMorphTarget Property Definitions ***********************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::NewProp_bIsMorphTarget_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetMorphTarget_Parms*)Obj)->bIsMorphTarget = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::NewProp_bIsMorphTarget = { "bIsMorphTarget", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventSetMorphTarget_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::NewProp_bIsMorphTarget_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsMorphTarget_MetaData), NewProp_bIsMorphTarget_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetMorphTarget_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_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(InterchangeMeshNode_eventSetMorphTarget_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::NewProp_bIsMorphTarget,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetMorphTarget Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetMorphTarget", Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::InterchangeMeshNode_eventSetMorphTarget_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::InterchangeMeshNode_eventSetMorphTarget_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetMorphTarget)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL(Z_Param_bIsMorphTarget);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetMorphTarget(Z_Param_bIsMorphTarget);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetMorphTarget *******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetMorphTargetDependencyUid ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetMorphTargetDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Add the specified morph target dependency to this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Add the specified morph target dependency to this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetMorphTargetDependencyUid 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 SetMorphTargetDependencyUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetMorphTargetDependencyUid Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetMorphTargetDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetMorphTargetDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_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(InterchangeMeshNode_eventSetMorphTargetDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetMorphTargetDependencyUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetMorphTargetDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::InterchangeMeshNode_eventSetMorphTargetDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::InterchangeMeshNode_eventSetMorphTargetDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetMorphTargetDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetMorphTargetDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetMorphTargetDependencyUid ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetMorphTargetName *************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetMorphTargetName_Parms
|
||
|
|
{
|
||
|
|
FString MorphTargetName;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Set the MorphTargetName attribute to determine the name of the morph target.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the MorphTargetName attribute to determine the name of the morph target." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MorphTargetName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetMorphTargetName constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MorphTargetName;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetMorphTargetName constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetMorphTargetName Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::NewProp_MorphTargetName = { "MorphTargetName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetMorphTargetName_Parms, MorphTargetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MorphTargetName_MetaData), NewProp_MorphTargetName_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetMorphTargetName_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_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(InterchangeMeshNode_eventSetMorphTargetName_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::NewProp_MorphTargetName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetMorphTargetName Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetMorphTargetName", Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::InterchangeMeshNode_eventSetMorphTargetName_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::InterchangeMeshNode_eventSetMorphTargetName_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetMorphTargetName)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_MorphTargetName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetMorphTargetName(Z_Param_MorphTargetName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetMorphTargetName ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetPayLoadKey ******************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetPayLoadKey_Parms
|
||
|
|
{
|
||
|
|
FString PayLoadKey;
|
||
|
|
EInterchangeMeshPayLoadType PayLoadType;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PayLoadKey_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PayLoadType_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetPayLoadKey constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PayLoadKey;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_PayLoadType_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_PayLoadType;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetPayLoadKey constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetPayLoadKey Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::NewProp_PayLoadKey = { "PayLoadKey", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetPayLoadKey_Parms, PayLoadKey), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PayLoadKey_MetaData), NewProp_PayLoadKey_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::NewProp_PayLoadType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::NewProp_PayLoadType = { "PayLoadType", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetPayLoadKey_Parms, PayLoadType), Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshPayLoadType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PayLoadType_MetaData), NewProp_PayLoadType_MetaData) }; // 3847687035
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::NewProp_PayLoadKey,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::NewProp_PayLoadType_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::NewProp_PayLoadType,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetPayLoadKey Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetPayLoadKey", Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::InterchangeMeshNode_eventSetPayLoadKey_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::InterchangeMeshNode_eventSetPayLoadKey_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetPayLoadKey)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_PayLoadKey);
|
||
|
|
P_GET_ENUM_REF(EInterchangeMeshPayLoadType,Z_Param_Out_PayLoadType);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetPayLoadKey(Z_Param_PayLoadKey,(EInterchangeMeshPayLoadType&)(Z_Param_Out_PayLoadType));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetPayLoadKey ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetSceneInstanceUid ************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetSceneInstanceUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Add the specified asset instance this scene node refers to.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Add the specified asset instance this scene node refers to." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetSceneInstanceUid 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 SetSceneInstanceUid constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetSceneInstanceUid Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetSceneInstanceUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetSceneInstanceUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_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(InterchangeMeshNode_eventSetSceneInstanceUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSceneInstanceUid Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetSceneInstanceUid", Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::InterchangeMeshNode_eventSetSceneInstanceUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::InterchangeMeshNode_eventSetSceneInstanceUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetSceneInstanceUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetSceneInstanceUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetSceneInstanceUid **************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetSkeletonDependencyUid *******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetSkeletonDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString DependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Add the specified skeleton dependency to this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Add the specified skeleton dependency to this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetSkeletonDependencyUid 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 SetSkeletonDependencyUid constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetSkeletonDependencyUid Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::NewProp_DependencyUid = { "DependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetSkeletonDependencyUid_Parms, DependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyUid_MetaData), NewProp_DependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetSkeletonDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_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(InterchangeMeshNode_eventSetSkeletonDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::NewProp_DependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSkeletonDependencyUid Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetSkeletonDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::InterchangeMeshNode_eventSetSkeletonDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::InterchangeMeshNode_eventSetSkeletonDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetSkeletonDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetSkeletonDependencyUid(Z_Param_DependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetSkeletonDependencyUid *********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetSkinnedMesh *****************************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetSkinnedMesh_Parms
|
||
|
|
{
|
||
|
|
bool bIsSkinnedMesh;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | Mesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Set the IsSkinnedMesh attribute to determine whether this node represents a skinned mesh.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the IsSkinnedMesh attribute to determine whether this node represents a skinned mesh." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsSkinnedMesh_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetSkinnedMesh constinit property declarations ************************
|
||
|
|
static void NewProp_bIsSkinnedMesh_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsSkinnedMesh;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetSkinnedMesh constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetSkinnedMesh Property Definitions ***********************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::NewProp_bIsSkinnedMesh_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetSkinnedMesh_Parms*)Obj)->bIsSkinnedMesh = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::NewProp_bIsSkinnedMesh = { "bIsSkinnedMesh", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeMeshNode_eventSetSkinnedMesh_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::NewProp_bIsSkinnedMesh_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsSkinnedMesh_MetaData), NewProp_bIsSkinnedMesh_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetSkinnedMesh_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_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(InterchangeMeshNode_eventSetSkinnedMesh_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::NewProp_bIsSkinnedMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSkinnedMesh Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetSkinnedMesh", Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::InterchangeMeshNode_eventSetSkinnedMesh_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::InterchangeMeshNode_eventSetSkinnedMesh_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetSkinnedMesh)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL(Z_Param_bIsSkinnedMesh);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetSkinnedMesh(Z_Param_bIsSkinnedMesh);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetSkinnedMesh *******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode Function SetSlotMaterialDependencyUid ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeMeshNode_eventSetSlotMaterialDependencyUid_Parms
|
||
|
|
{
|
||
|
|
FString SlotName;
|
||
|
|
FString MaterialDependencyUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMesh" },
|
||
|
|
{ "Comment", "/**\n\x09 * Add the specified Material dependency to a specific slot name of this object.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Add the specified Material dependency to a specific slot name of this object." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SlotName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialDependencyUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetSlotMaterialDependencyUid constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SlotName;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MaterialDependencyUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetSlotMaterialDependencyUid constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetSlotMaterialDependencyUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::NewProp_SlotName = { "SlotName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetSlotMaterialDependencyUid_Parms, SlotName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SlotName_MetaData), NewProp_SlotName_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::NewProp_MaterialDependencyUid = { "MaterialDependencyUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeMeshNode_eventSetSlotMaterialDependencyUid_Parms, MaterialDependencyUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialDependencyUid_MetaData), NewProp_MaterialDependencyUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeMeshNode_eventSetSlotMaterialDependencyUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_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(InterchangeMeshNode_eventSetSlotMaterialDependencyUid_Parms), &Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::NewProp_SlotName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::NewProp_MaterialDependencyUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSlotMaterialDependencyUid Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeMeshNode, nullptr, "SetSlotMaterialDependencyUid", Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::InterchangeMeshNode_eventSetSlotMaterialDependencyUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::InterchangeMeshNode_eventSetSlotMaterialDependencyUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeMeshNode::execSetSlotMaterialDependencyUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_SlotName);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_MaterialDependencyUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetSlotMaterialDependencyUid(Z_Param_SlotName,Z_Param_MaterialDependencyUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeMeshNode Function SetSlotMaterialDependencyUid *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode *****************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeMeshNode;
|
||
|
|
UClass* UInterchangeMeshNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UInterchangeMeshNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeMeshNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("InterchangeMeshNode"),
|
||
|
|
Z_Registration_Info_UClass_UInterchangeMeshNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUInterchangeMeshNode,
|
||
|
|
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_UInterchangeMeshNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeMeshNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UInterchangeMeshNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UInterchangeMeshNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "IncludePath", "InterchangeMeshNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeMeshNode constinit property declarations *********************
|
||
|
|
// ********** End Class UInterchangeMeshNode constinit property declarations ***********************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddAssemblyPartDependencyUid"), .Pointer = &UInterchangeMeshNode::execAddAssemblyPartDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetAssemblyPartDependencies"), .Pointer = &UInterchangeMeshNode::execGetAssemblyPartDependencies },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetAssemblyPartDependenciesCount"), .Pointer = &UInterchangeMeshNode::execGetAssemblyPartDependenciesCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetAssemblyPartDependency"), .Pointer = &UInterchangeMeshNode::execGetAssemblyPartDependency },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomBoundingBox"), .Pointer = &UInterchangeMeshNode::execGetCustomBoundingBox },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomCollisionType"), .Pointer = &UInterchangeMeshNode::execGetCustomCollisionType },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomHasSmoothGroup"), .Pointer = &UInterchangeMeshNode::execGetCustomHasSmoothGroup },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomHasVertexBinormal"), .Pointer = &UInterchangeMeshNode::execGetCustomHasVertexBinormal },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomHasVertexColor"), .Pointer = &UInterchangeMeshNode::execGetCustomHasVertexColor },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomHasVertexNormal"), .Pointer = &UInterchangeMeshNode::execGetCustomHasVertexNormal },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomHasVertexTangent"), .Pointer = &UInterchangeMeshNode::execGetCustomHasVertexTangent },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomPolygonCount"), .Pointer = &UInterchangeMeshNode::execGetCustomPolygonCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomUVCount"), .Pointer = &UInterchangeMeshNode::execGetCustomUVCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomVertexCount"), .Pointer = &UInterchangeMeshNode::execGetCustomVertexCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetMorphTargetDependeciesCount"), .Pointer = &UInterchangeMeshNode::execGetMorphTargetDependeciesCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetMorphTargetDependencies"), .Pointer = &UInterchangeMeshNode::execGetMorphTargetDependencies },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetMorphTargetDependency"), .Pointer = &UInterchangeMeshNode::execGetMorphTargetDependency },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetMorphTargetName"), .Pointer = &UInterchangeMeshNode::execGetMorphTargetName },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSceneInstanceUid"), .Pointer = &UInterchangeMeshNode::execGetSceneInstanceUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSceneInstanceUids"), .Pointer = &UInterchangeMeshNode::execGetSceneInstanceUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSceneInstanceUidsCount"), .Pointer = &UInterchangeMeshNode::execGetSceneInstanceUidsCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSkeletonDependeciesCount"), .Pointer = &UInterchangeMeshNode::execGetSkeletonDependeciesCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSkeletonDependencies"), .Pointer = &UInterchangeMeshNode::execGetSkeletonDependencies },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSkeletonDependency"), .Pointer = &UInterchangeMeshNode::execGetSkeletonDependency },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSlotMaterialDependencies"), .Pointer = &UInterchangeMeshNode::execGetSlotMaterialDependencies },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSlotMaterialDependencyUid"), .Pointer = &UInterchangeMeshNode::execGetSlotMaterialDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsMorphTarget"), .Pointer = &UInterchangeMeshNode::execIsMorphTarget },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsSkinnedMesh"), .Pointer = &UInterchangeMeshNode::execIsSkinnedMesh },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveAssemblyPartDependencyUid"), .Pointer = &UInterchangeMeshNode::execRemoveAssemblyPartDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveMorphTargetDependencyUid"), .Pointer = &UInterchangeMeshNode::execRemoveMorphTargetDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveSceneInstanceUid"), .Pointer = &UInterchangeMeshNode::execRemoveSceneInstanceUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveSkeletonDependencyUid"), .Pointer = &UInterchangeMeshNode::execRemoveSkeletonDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveSlotMaterialDependencyUid"), .Pointer = &UInterchangeMeshNode::execRemoveSlotMaterialDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomBoundingBox"), .Pointer = &UInterchangeMeshNode::execSetCustomBoundingBox },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomCollisionType"), .Pointer = &UInterchangeMeshNode::execSetCustomCollisionType },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomHasSmoothGroup"), .Pointer = &UInterchangeMeshNode::execSetCustomHasSmoothGroup },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomHasVertexBinormal"), .Pointer = &UInterchangeMeshNode::execSetCustomHasVertexBinormal },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomHasVertexColor"), .Pointer = &UInterchangeMeshNode::execSetCustomHasVertexColor },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomHasVertexNormal"), .Pointer = &UInterchangeMeshNode::execSetCustomHasVertexNormal },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomHasVertexTangent"), .Pointer = &UInterchangeMeshNode::execSetCustomHasVertexTangent },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomPolygonCount"), .Pointer = &UInterchangeMeshNode::execSetCustomPolygonCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomUVCount"), .Pointer = &UInterchangeMeshNode::execSetCustomUVCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomVertexCount"), .Pointer = &UInterchangeMeshNode::execSetCustomVertexCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetMorphTarget"), .Pointer = &UInterchangeMeshNode::execSetMorphTarget },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetMorphTargetDependencyUid"), .Pointer = &UInterchangeMeshNode::execSetMorphTargetDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetMorphTargetName"), .Pointer = &UInterchangeMeshNode::execSetMorphTargetName },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetPayLoadKey"), .Pointer = &UInterchangeMeshNode::execSetPayLoadKey },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSceneInstanceUid"), .Pointer = &UInterchangeMeshNode::execSetSceneInstanceUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSkeletonDependencyUid"), .Pointer = &UInterchangeMeshNode::execSetSkeletonDependencyUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSkinnedMesh"), .Pointer = &UInterchangeMeshNode::execSetSkinnedMesh },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSlotMaterialDependencyUid"), .Pointer = &UInterchangeMeshNode::execSetSlotMaterialDependencyUid },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_AddAssemblyPartDependencyUid, "AddAssemblyPartDependencyUid" }, // 3136643407
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependencies, "GetAssemblyPartDependencies" }, // 2516294686
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependenciesCount, "GetAssemblyPartDependenciesCount" }, // 629389545
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetAssemblyPartDependency, "GetAssemblyPartDependency" }, // 914054427
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomBoundingBox, "GetCustomBoundingBox" }, // 2852480016
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomCollisionType, "GetCustomCollisionType" }, // 285987209
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasSmoothGroup, "GetCustomHasSmoothGroup" }, // 2400311358
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexBinormal, "GetCustomHasVertexBinormal" }, // 3275640513
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexColor, "GetCustomHasVertexColor" }, // 1614596963
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexNormal, "GetCustomHasVertexNormal" }, // 344730368
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomHasVertexTangent, "GetCustomHasVertexTangent" }, // 273804017
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomPolygonCount, "GetCustomPolygonCount" }, // 2092728567
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomUVCount, "GetCustomUVCount" }, // 1231546025
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetCustomVertexCount, "GetCustomVertexCount" }, // 1863910300
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependeciesCount, "GetMorphTargetDependeciesCount" }, // 971596479
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependencies, "GetMorphTargetDependencies" }, // 1826725346
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetDependency, "GetMorphTargetDependency" }, // 133206500
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetMorphTargetName, "GetMorphTargetName" }, // 484674739
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUid, "GetSceneInstanceUid" }, // 1430051893
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUids, "GetSceneInstanceUids" }, // 181237227
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSceneInstanceUidsCount, "GetSceneInstanceUidsCount" }, // 278960508
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependeciesCount, "GetSkeletonDependeciesCount" }, // 4282972917
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependencies, "GetSkeletonDependencies" }, // 2611101291
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSkeletonDependency, "GetSkeletonDependency" }, // 763471009
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencies, "GetSlotMaterialDependencies" }, // 1816126952
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_GetSlotMaterialDependencyUid, "GetSlotMaterialDependencyUid" }, // 3807566393
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_IsMorphTarget, "IsMorphTarget" }, // 2658011084
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_IsSkinnedMesh, "IsSkinnedMesh" }, // 981365669
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_RemoveAssemblyPartDependencyUid, "RemoveAssemblyPartDependencyUid" }, // 1263590157
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_RemoveMorphTargetDependencyUid, "RemoveMorphTargetDependencyUid" }, // 2423893518
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_RemoveSceneInstanceUid, "RemoveSceneInstanceUid" }, // 2346992445
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_RemoveSkeletonDependencyUid, "RemoveSkeletonDependencyUid" }, // 929274226
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_RemoveSlotMaterialDependencyUid, "RemoveSlotMaterialDependencyUid" }, // 3631183972
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomBoundingBox, "SetCustomBoundingBox" }, // 3249657163
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomCollisionType, "SetCustomCollisionType" }, // 1632768405
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasSmoothGroup, "SetCustomHasSmoothGroup" }, // 770698686
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexBinormal, "SetCustomHasVertexBinormal" }, // 1250898182
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexColor, "SetCustomHasVertexColor" }, // 2065232629
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexNormal, "SetCustomHasVertexNormal" }, // 116843505
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomHasVertexTangent, "SetCustomHasVertexTangent" }, // 3317307520
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomPolygonCount, "SetCustomPolygonCount" }, // 1991896294
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomUVCount, "SetCustomUVCount" }, // 810221325
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetCustomVertexCount, "SetCustomVertexCount" }, // 4217065294
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTarget, "SetMorphTarget" }, // 4224181206
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetDependencyUid, "SetMorphTargetDependencyUid" }, // 3138802157
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetMorphTargetName, "SetMorphTargetName" }, // 4154767738
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetPayLoadKey, "SetPayLoadKey" }, // 2997306466
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetSceneInstanceUid, "SetSceneInstanceUid" }, // 3890250243
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetSkeletonDependencyUid, "SetSkeletonDependencyUid" }, // 720950769
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetSkinnedMesh, "SetSkinnedMesh" }, // 1528836442
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeMeshNode_SetSlotMaterialDependencyUid, "SetSlotMaterialDependencyUid" }, // 2862315649
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UInterchangeMeshNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UInterchangeMeshNode_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UInterchangeMeshNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterchangeBaseNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeMeshNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeMeshNode_Statics::ClassParams = {
|
||
|
|
&UInterchangeMeshNode::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_UInterchangeMeshNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeMeshNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UInterchangeMeshNode::StaticRegisterNativesUInterchangeMeshNode()
|
||
|
|
{
|
||
|
|
UClass* Class = UInterchangeMeshNode::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeMeshNode_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeMeshNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeMeshNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeMeshNode.OuterSingleton, Z_Construct_UClass_UInterchangeMeshNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UInterchangeMeshNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeMeshNode);
|
||
|
|
UInterchangeMeshNode::~UInterchangeMeshNode() {}
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UInterchangeMeshNode)
|
||
|
|
// ********** End Class UInterchangeMeshNode *******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function GetCustomEndFrame *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventGetCustomEndFrame_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Query the end frame of the animated mesh. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query the end frame of the animated mesh. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomEndFrame constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 GetCustomEndFrame constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomEndFrame Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeGeometryCacheNode_eventGetCustomEndFrame_Parms, AttributeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventGetCustomEndFrame_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_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(InterchangeGeometryCacheNode_eventGetCustomEndFrame_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomEndFrame Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "GetCustomEndFrame", Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::InterchangeGeometryCacheNode_eventGetCustomEndFrame_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::InterchangeGeometryCacheNode_eventGetCustomEndFrame_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execGetCustomEndFrame)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomEndFrame(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function GetCustomEndFrame *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function GetCustomFrameRate ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventGetCustomFrameRate_Parms
|
||
|
|
{
|
||
|
|
double AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Query the frame rate of the animated mesh. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query the frame rate of the animated mesh. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomFrameRate constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams 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 GetCustomFrameRate constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomFrameRate Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeGeometryCacheNode_eventGetCustomFrameRate_Parms, AttributeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventGetCustomFrameRate_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_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(InterchangeGeometryCacheNode_eventGetCustomFrameRate_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomFrameRate Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "GetCustomFrameRate", Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::InterchangeGeometryCacheNode_eventGetCustomFrameRate_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::InterchangeGeometryCacheNode_eventGetCustomFrameRate_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execGetCustomFrameRate)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomFrameRate(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function GetCustomFrameRate ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function GetCustomHasConstantTopology ******
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventGetCustomHasConstantTopology_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Query whether this animated mesh has constant topoplogy. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query whether this animated mesh has constant topoplogy. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasConstantTopology constinit property declarations **********
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCustomHasConstantTopology constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomHasConstantTopology Property Definitions *********************
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventGetCustomHasConstantTopology_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeGeometryCacheNode_eventGetCustomHasConstantTopology_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventGetCustomHasConstantTopology_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_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(InterchangeGeometryCacheNode_eventGetCustomHasConstantTopology_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomHasConstantTopology Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "GetCustomHasConstantTopology", Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::InterchangeGeometryCacheNode_eventGetCustomHasConstantTopology_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::InterchangeGeometryCacheNode_eventGetCustomHasConstantTopology_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execGetCustomHasConstantTopology)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomHasConstantTopology(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function GetCustomHasConstantTopology ********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function GetCustomStartFrame ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventGetCustomStartFrame_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Query the start frame of the animated mesh. Return false if the attribute was not set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Query the start frame of the animated mesh. Return false if the attribute was not set." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomStartFrame constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 GetCustomStartFrame constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCustomStartFrame Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeGeometryCacheNode_eventGetCustomStartFrame_Parms, AttributeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventGetCustomStartFrame_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_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(InterchangeGeometryCacheNode_eventGetCustomStartFrame_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCustomStartFrame Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "GetCustomStartFrame", Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::InterchangeGeometryCacheNode_eventGetCustomStartFrame_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::InterchangeGeometryCacheNode_eventGetCustomStartFrame_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execGetCustomStartFrame)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetCustomStartFrame(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function GetCustomStartFrame *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function SetCustomEndFrame *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventSetCustomEndFrame_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Set the end frame of the animated mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the end frame of the animated mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomEndFrame constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 SetCustomEndFrame constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomEndFrame Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeGeometryCacheNode_eventSetCustomEndFrame_Parms, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventSetCustomEndFrame_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_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(InterchangeGeometryCacheNode_eventSetCustomEndFrame_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomEndFrame Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "SetCustomEndFrame", Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::InterchangeGeometryCacheNode_eventSetCustomEndFrame_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::InterchangeGeometryCacheNode_eventSetCustomEndFrame_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execSetCustomEndFrame)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomEndFrame(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function SetCustomEndFrame *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function SetCustomFrameRate ****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventSetCustomFrameRate_Parms
|
||
|
|
{
|
||
|
|
double AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Set the frame rate of the animated mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the frame rate of the animated mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomFrameRate constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams 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 SetCustomFrameRate constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomFrameRate Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeGeometryCacheNode_eventSetCustomFrameRate_Parms, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventSetCustomFrameRate_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_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(InterchangeGeometryCacheNode_eventSetCustomFrameRate_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomFrameRate Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "SetCustomFrameRate", Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::InterchangeGeometryCacheNode_eventSetCustomFrameRate_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::InterchangeGeometryCacheNode_eventSetCustomFrameRate_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execSetCustomFrameRate)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomFrameRate(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function SetCustomFrameRate ******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function SetCustomHasConstantTopology ******
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventSetCustomHasConstantTopology_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Set the constant topology attribute of this animated mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the constant topology attribute of this animated mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasConstantTopology constinit property declarations **********
|
||
|
|
static void NewProp_AttributeValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_AttributeValue;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCustomHasConstantTopology constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomHasConstantTopology Property Definitions *********************
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventSetCustomHasConstantTopology_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeGeometryCacheNode_eventSetCustomHasConstantTopology_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventSetCustomHasConstantTopology_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_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(InterchangeGeometryCacheNode_eventSetCustomHasConstantTopology_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomHasConstantTopology Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "SetCustomHasConstantTopology", Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::InterchangeGeometryCacheNode_eventSetCustomHasConstantTopology_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::InterchangeGeometryCacheNode_eventSetCustomHasConstantTopology_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execSetCustomHasConstantTopology)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomHasConstantTopology(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function SetCustomHasConstantTopology ********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode Function SetCustomStartFrame ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeGeometryCacheNode_eventSetCustomStartFrame_Parms
|
||
|
|
{
|
||
|
|
int32 AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | GeometryCache" },
|
||
|
|
{ "Comment", "/** Set the start frame of the animated mesh. Return false if the attribute could not be set.*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
{ "ToolTip", "Set the start frame of the animated mesh. Return false if the attribute could not be set." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomStartFrame constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams 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 SetCustomStartFrame constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCustomStartFrame Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeGeometryCacheNode_eventSetCustomStartFrame_Parms, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeGeometryCacheNode_eventSetCustomStartFrame_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_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(InterchangeGeometryCacheNode_eventSetCustomStartFrame_Parms), &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCustomStartFrame Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeGeometryCacheNode, nullptr, "SetCustomStartFrame", Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::InterchangeGeometryCacheNode_eventSetCustomStartFrame_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::InterchangeGeometryCacheNode_eventSetCustomStartFrame_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeGeometryCacheNode::execSetCustomStartFrame)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetCustomStartFrame(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode Function SetCustomStartFrame *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode ********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeGeometryCacheNode;
|
||
|
|
UClass* UInterchangeGeometryCacheNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UInterchangeGeometryCacheNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeGeometryCacheNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("InterchangeGeometryCacheNode"),
|
||
|
|
Z_Registration_Info_UClass_UInterchangeGeometryCacheNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUInterchangeGeometryCacheNode,
|
||
|
|
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_UInterchangeGeometryCacheNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeGeometryCacheNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UInterchangeGeometryCacheNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "IncludePath", "InterchangeMeshNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeMeshNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeGeometryCacheNode constinit property declarations ************
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode constinit property declarations **************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomEndFrame"), .Pointer = &UInterchangeGeometryCacheNode::execGetCustomEndFrame },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomFrameRate"), .Pointer = &UInterchangeGeometryCacheNode::execGetCustomFrameRate },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomHasConstantTopology"), .Pointer = &UInterchangeGeometryCacheNode::execGetCustomHasConstantTopology },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCustomStartFrame"), .Pointer = &UInterchangeGeometryCacheNode::execGetCustomStartFrame },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomEndFrame"), .Pointer = &UInterchangeGeometryCacheNode::execSetCustomEndFrame },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomFrameRate"), .Pointer = &UInterchangeGeometryCacheNode::execSetCustomFrameRate },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomHasConstantTopology"), .Pointer = &UInterchangeGeometryCacheNode::execSetCustomHasConstantTopology },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCustomStartFrame"), .Pointer = &UInterchangeGeometryCacheNode::execSetCustomStartFrame },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomEndFrame, "GetCustomEndFrame" }, // 2389927536
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomFrameRate, "GetCustomFrameRate" }, // 3363185516
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomHasConstantTopology, "GetCustomHasConstantTopology" }, // 2034488808
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_GetCustomStartFrame, "GetCustomStartFrame" }, // 387777035
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomEndFrame, "SetCustomEndFrame" }, // 3863744023
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomFrameRate, "SetCustomFrameRate" }, // 943656865
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomHasConstantTopology, "SetCustomHasConstantTopology" }, // 3638084154
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeGeometryCacheNode_SetCustomStartFrame, "SetCustomStartFrame" }, // 187062895
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UInterchangeGeometryCacheNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterchangeMeshNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeNodes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics::ClassParams = {
|
||
|
|
&UInterchangeGeometryCacheNode::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_UInterchangeGeometryCacheNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UInterchangeGeometryCacheNode::StaticRegisterNativesUInterchangeGeometryCacheNode()
|
||
|
|
{
|
||
|
|
UClass* Class = UInterchangeGeometryCacheNode::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeGeometryCacheNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeGeometryCacheNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeGeometryCacheNode.OuterSingleton, Z_Construct_UClass_UInterchangeGeometryCacheNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UInterchangeGeometryCacheNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeGeometryCacheNode);
|
||
|
|
UInterchangeGeometryCacheNode::~UInterchangeGeometryCacheNode() {}
|
||
|
|
// ********** End Class UInterchangeGeometryCacheNode **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EInterchangeMeshPayLoadType_StaticEnum, TEXT("EInterchangeMeshPayLoadType"), &Z_Registration_Info_UEnum_EInterchangeMeshPayLoadType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3847687035U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FInterchangeMeshPayLoadKey::StaticStruct, Z_Construct_UScriptStruct_FInterchangeMeshPayLoadKey_Statics::NewStructOps, TEXT("InterchangeMeshPayLoadKey"),&Z_Registration_Info_UScriptStruct_FInterchangeMeshPayLoadKey, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeMeshPayLoadKey), 3721579060U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UInterchangeMeshNode, UInterchangeMeshNode::StaticClass, TEXT("UInterchangeMeshNode"), &Z_Registration_Info_UClass_UInterchangeMeshNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeMeshNode), 1941935652U) },
|
||
|
|
{ Z_Construct_UClass_UInterchangeGeometryCacheNode, UInterchangeGeometryCacheNode::StaticClass, TEXT("UInterchangeGeometryCacheNode"), &Z_Registration_Info_UClass_UInterchangeGeometryCacheNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeGeometryCacheNode), 611378135U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_2709340503{
|
||
|
|
TEXT("/Script/InterchangeNodes"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Nodes_Public_InterchangeMeshNode_h__Script_InterchangeNodes_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|