2956 lines
247 KiB
C++
2956 lines
247 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 "InterchangeStaticMeshLodDataNode.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeInterchangeStaticMeshLodDataNode() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeFactoryBaseNode();
|
||
|
|
INTERCHANGEFACTORYNODES_API UClass* Z_Construct_UClass_UInterchangeStaticMeshLodDataNode();
|
||
|
|
INTERCHANGEFACTORYNODES_API UClass* Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_NoRegister();
|
||
|
|
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshCollision();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeFactoryNodes();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddBoxCollisionMeshUid ********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddBoxCollisionMeshUid constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddBoxCollisionMeshUid constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddBoxCollisionMeshUid Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUid_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddBoxCollisionMeshUid Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddBoxCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddBoxCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddBoxCollisionMeshUid(Z_Param_ColliderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddBoxCollisionMeshUid **********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddBoxCollisionMeshUids *******
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
FString RenderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddBoxCollisionMeshUids constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_RenderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddBoxCollisionMeshUids constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddBoxCollisionMeshUids Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUids_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::NewProp_RenderMeshUid = { "RenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUids_Parms, RenderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderMeshUid_MetaData), NewProp_RenderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUids_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_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(InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUids_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::NewProp_RenderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddBoxCollisionMeshUids Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddBoxCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddBoxCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddBoxCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_RenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddBoxCollisionMeshUids(Z_Param_ColliderMeshUid,Z_Param_RenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddBoxCollisionMeshUids *********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddCapsuleCollisionMeshUid ****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddCapsuleCollisionMeshUid constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddCapsuleCollisionMeshUid constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddCapsuleCollisionMeshUid Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUid_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddCapsuleCollisionMeshUid Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddCapsuleCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddCapsuleCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddCapsuleCollisionMeshUid(Z_Param_ColliderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddCapsuleCollisionMeshUid ******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddCapsuleCollisionMeshUids ***
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
FString RenderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddCapsuleCollisionMeshUids constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_RenderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddCapsuleCollisionMeshUids constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddCapsuleCollisionMeshUids Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUids_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::NewProp_RenderMeshUid = { "RenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUids_Parms, RenderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderMeshUid_MetaData), NewProp_RenderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUids_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_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(InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUids_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::NewProp_RenderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddCapsuleCollisionMeshUids Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddCapsuleCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddCapsuleCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddCapsuleCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_RenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddCapsuleCollisionMeshUids(Z_Param_ColliderMeshUid,Z_Param_RenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddCapsuleCollisionMeshUids *****
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddConvexCollisionMeshUid *****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddConvexCollisionMeshUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddConvexCollisionMeshUid constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddConvexCollisionMeshUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUid_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddConvexCollisionMeshUid Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddConvexCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddConvexCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddConvexCollisionMeshUid(Z_Param_ColliderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddConvexCollisionMeshUid *******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddConvexCollisionMeshUids ****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
FString RenderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddConvexCollisionMeshUids constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_RenderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddConvexCollisionMeshUids constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddConvexCollisionMeshUids Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUids_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::NewProp_RenderMeshUid = { "RenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUids_Parms, RenderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderMeshUid_MetaData), NewProp_RenderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUids_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_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(InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUids_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::NewProp_RenderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddConvexCollisionMeshUids Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddConvexCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddConvexCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddConvexCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_RenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddConvexCollisionMeshUids(Z_Param_ColliderMeshUid,Z_Param_RenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddConvexCollisionMeshUids ******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddMeshUid ********************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString MeshName;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddMeshUid constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MeshName;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddMeshUid constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddMeshUid Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::NewProp_MeshName = { "MeshName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddMeshUid_Parms, MeshName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshName_MetaData), NewProp_MeshName_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_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(InterchangeStaticMeshLodDataNode_eventAddMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::NewProp_MeshName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddMeshUid Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_MeshName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddMeshUid(Z_Param_MeshName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddMeshUid **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddSphereCollisionMeshUid *****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddSphereCollisionMeshUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddSphereCollisionMeshUid constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddSphereCollisionMeshUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUid_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddSphereCollisionMeshUid Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddSphereCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddSphereCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddSphereCollisionMeshUid(Z_Param_ColliderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddSphereCollisionMeshUid *******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function AddSphereCollisionMeshUids ****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
FString RenderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddSphereCollisionMeshUids constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_RenderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddSphereCollisionMeshUids constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddSphereCollisionMeshUids Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUids_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::NewProp_RenderMeshUid = { "RenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUids_Parms, RenderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderMeshUid_MetaData), NewProp_RenderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUids_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_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(InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUids_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::NewProp_RenderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddSphereCollisionMeshUids Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "AddSphereCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventAddSphereCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execAddSphereCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_RenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->AddSphereCollisionMeshUids(Z_Param_ColliderMeshUid,Z_Param_RenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function AddSphereCollisionMeshUids ******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetBoxColliderRenderMeshUid ***
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetBoxColliderRenderMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString InColliderMeshUid;
|
||
|
|
FString OutRenderMeshUid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxColliderRenderMeshUid constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutRenderMeshUid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetBoxColliderRenderMeshUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxColliderRenderMeshUid Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid = { "InColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetBoxColliderRenderMeshUid_Parms, InColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InColliderMeshUid_MetaData), NewProp_InColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid = { "OutRenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetBoxColliderRenderMeshUid_Parms, OutRenderMeshUid), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetBoxColliderRenderMeshUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetBoxColliderRenderMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxColliderRenderMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxColliderRenderMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetBoxColliderRenderMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InColliderMeshUid);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetBoxColliderRenderMeshUid(Z_Param_InColliderMeshUid,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetBoxColliderRenderMeshUid *****
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetBoxCollisionMeshMap ********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshMap_Parms
|
||
|
|
{
|
||
|
|
TMap<FString,FString> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxCollisionMeshMap constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetBoxCollisionMeshMap constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxCollisionMeshMap Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", 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_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_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_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshMap_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetBoxCollisionMeshMap Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetBoxCollisionMeshMap", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshMap_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshMap_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetBoxCollisionMeshMap)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TMap<FString,FString>*)Z_Param__Result=P_THIS->GetBoxCollisionMeshMap();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetBoxCollisionMeshMap **********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetBoxCollisionMeshUids *******
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutMeshNames;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxCollisionMeshUids constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMeshNames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutMeshNames;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetBoxCollisionMeshUids constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxCollisionMeshUids Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner = { "OutMeshNames", 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_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::NewProp_OutMeshNames = { "OutMeshNames", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUids_Parms, OutMeshNames), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::NewProp_OutMeshNames,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetBoxCollisionMeshUids Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetBoxCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetBoxCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutMeshNames);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetBoxCollisionMeshUids(Z_Param_Out_OutMeshNames);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetBoxCollisionMeshUids *********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetBoxCollisionMeshUidsCount **
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUidsCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxCollisionMeshUidsCount constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetBoxCollisionMeshUidsCount constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetBoxCollisionMeshUidsCount Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUidsCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetBoxCollisionMeshUidsCount Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetBoxCollisionMeshUidsCount", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUidsCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetBoxCollisionMeshUidsCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetBoxCollisionMeshUidsCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetBoxCollisionMeshUidsCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetBoxCollisionMeshUidsCount ****
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetCapsuleColliderRenderMeshUid
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetCapsuleColliderRenderMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString InColliderMeshUid;
|
||
|
|
FString OutRenderMeshUid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleColliderRenderMeshUid constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutRenderMeshUid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCapsuleColliderRenderMeshUid constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleColliderRenderMeshUid Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid = { "InColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetCapsuleColliderRenderMeshUid_Parms, InColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InColliderMeshUid_MetaData), NewProp_InColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid = { "OutRenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetCapsuleColliderRenderMeshUid_Parms, OutRenderMeshUid), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCapsuleColliderRenderMeshUid Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetCapsuleColliderRenderMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleColliderRenderMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleColliderRenderMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetCapsuleColliderRenderMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InColliderMeshUid);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetCapsuleColliderRenderMeshUid(Z_Param_InColliderMeshUid,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetCapsuleColliderRenderMeshUid *
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetCapsuleCollisionMeshMap ****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshMap_Parms
|
||
|
|
{
|
||
|
|
TMap<FString,FString> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleCollisionMeshMap constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCapsuleCollisionMeshMap constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleCollisionMeshMap Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", 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_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_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_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshMap_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCapsuleCollisionMeshMap Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetCapsuleCollisionMeshMap", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshMap_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshMap_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetCapsuleCollisionMeshMap)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TMap<FString,FString>*)Z_Param__Result=P_THIS->GetCapsuleCollisionMeshMap();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetCapsuleCollisionMeshMap ******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetCapsuleCollisionMeshUids ***
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutMeshNames;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleCollisionMeshUids constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMeshNames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutMeshNames;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCapsuleCollisionMeshUids constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleCollisionMeshUids Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner = { "OutMeshNames", 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_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::NewProp_OutMeshNames = { "OutMeshNames", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUids_Parms, OutMeshNames), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::NewProp_OutMeshNames,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCapsuleCollisionMeshUids Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetCapsuleCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetCapsuleCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutMeshNames);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetCapsuleCollisionMeshUids(Z_Param_Out_OutMeshNames);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetCapsuleCollisionMeshUids *****
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetCapsuleCollisionMeshUidsCount
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUidsCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleCollisionMeshUidsCount constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCapsuleCollisionMeshUidsCount constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCapsuleCollisionMeshUidsCount Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUidsCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCapsuleCollisionMeshUidsCount Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetCapsuleCollisionMeshUidsCount", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUidsCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetCapsuleCollisionMeshUidsCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetCapsuleCollisionMeshUidsCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetCapsuleCollisionMeshUidsCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetCapsuleCollisionMeshUidsCount
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetConvexColliderRenderMeshUid
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetConvexColliderRenderMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString InColliderMeshUid;
|
||
|
|
FString OutRenderMeshUid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexColliderRenderMeshUid constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutRenderMeshUid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetConvexColliderRenderMeshUid constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexColliderRenderMeshUid Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid = { "InColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetConvexColliderRenderMeshUid_Parms, InColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InColliderMeshUid_MetaData), NewProp_InColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid = { "OutRenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetConvexColliderRenderMeshUid_Parms, OutRenderMeshUid), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetConvexColliderRenderMeshUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetConvexColliderRenderMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexColliderRenderMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexColliderRenderMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetConvexColliderRenderMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InColliderMeshUid);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetConvexColliderRenderMeshUid(Z_Param_InColliderMeshUid,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetConvexColliderRenderMeshUid **
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetConvexCollisionMeshMap *****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshMap_Parms
|
||
|
|
{
|
||
|
|
TMap<FString,FString> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexCollisionMeshMap constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetConvexCollisionMeshMap constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexCollisionMeshMap Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", 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_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_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_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshMap_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetConvexCollisionMeshMap Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetConvexCollisionMeshMap", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshMap_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshMap_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetConvexCollisionMeshMap)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TMap<FString,FString>*)Z_Param__Result=P_THIS->GetConvexCollisionMeshMap();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetConvexCollisionMeshMap *******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetConvexCollisionMeshUids ****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutMeshNames;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexCollisionMeshUids constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMeshNames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutMeshNames;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetConvexCollisionMeshUids constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexCollisionMeshUids Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner = { "OutMeshNames", 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_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::NewProp_OutMeshNames = { "OutMeshNames", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUids_Parms, OutMeshNames), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::NewProp_OutMeshNames,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetConvexCollisionMeshUids Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetConvexCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetConvexCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutMeshNames);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetConvexCollisionMeshUids(Z_Param_Out_OutMeshNames);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetConvexCollisionMeshUids ******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetConvexCollisionMeshUidsCount
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUidsCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexCollisionMeshUidsCount constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetConvexCollisionMeshUidsCount constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetConvexCollisionMeshUidsCount Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUidsCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetConvexCollisionMeshUidsCount Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetConvexCollisionMeshUidsCount", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUidsCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetConvexCollisionMeshUidsCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetConvexCollisionMeshUidsCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetConvexCollisionMeshUidsCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetConvexCollisionMeshUidsCount *
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetForceCollisionPrimitiveGeneration
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetForceCollisionPrimitiveGeneration_Parms
|
||
|
|
{
|
||
|
|
bool bGenerate;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "Comment", "/** \n\x09 * Gets whether we're generating collision primitive shapes even if the mesh data \n\x09 * doesn't match the desired shape very well\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
{ "ToolTip", "Gets whether we're generating collision primitive shapes even if the mesh data\ndoesn't match the desired shape very well" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetForceCollisionPrimitiveGeneration constinit property declarations **
|
||
|
|
static void NewProp_bGenerate_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bGenerate;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetForceCollisionPrimitiveGeneration constinit property declarations ****
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetForceCollisionPrimitiveGeneration Property Definitions *************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventGetForceCollisionPrimitiveGeneration_Parms*)Obj)->bGenerate = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate = { "bGenerate", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeStaticMeshLodDataNode_eventGetForceCollisionPrimitiveGeneration_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventGetForceCollisionPrimitiveGeneration_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_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(InterchangeStaticMeshLodDataNode_eventGetForceCollisionPrimitiveGeneration_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetForceCollisionPrimitiveGeneration Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetForceCollisionPrimitiveGeneration", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::InterchangeStaticMeshLodDataNode_eventGetForceCollisionPrimitiveGeneration_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::InterchangeStaticMeshLodDataNode_eventGetForceCollisionPrimitiveGeneration_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetForceCollisionPrimitiveGeneration)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_bGenerate);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetForceCollisionPrimitiveGeneration(Z_Param_Out_bGenerate);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetForceCollisionPrimitiveGeneration
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetImportCollision ************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetImportCollision_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetImportCollision 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 GetImportCollision constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetImportCollision Property Definitions *******************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventGetImportCollision_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_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(InterchangeStaticMeshLodDataNode_eventGetImportCollision_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventGetImportCollision_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_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(InterchangeStaticMeshLodDataNode_eventGetImportCollision_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetImportCollision Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetImportCollision", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::InterchangeStaticMeshLodDataNode_eventGetImportCollision_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::InterchangeStaticMeshLodDataNode_eventGetImportCollision_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetImportCollision)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetImportCollision(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetImportCollision **************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetImportCollisionType ********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetImportCollisionType_Parms
|
||
|
|
{
|
||
|
|
EInterchangeMeshCollision AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetImportCollisionType 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 GetImportCollisionType constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetImportCollisionType Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_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_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetImportCollisionType_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshCollision, METADATA_PARAMS(0, nullptr) }; // 11611486
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventGetImportCollisionType_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_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(InterchangeStaticMeshLodDataNode_eventGetImportCollisionType_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetImportCollisionType Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetImportCollisionType", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::InterchangeStaticMeshLodDataNode_eventGetImportCollisionType_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::InterchangeStaticMeshLodDataNode_eventGetImportCollisionType_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetImportCollisionType)
|
||
|
|
{
|
||
|
|
P_GET_ENUM_REF(EInterchangeMeshCollision,Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetImportCollisionType((EInterchangeMeshCollision&)(Z_Param_Out_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetImportCollisionType **********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetMeshUids *******************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetMeshUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutMeshNames;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetMeshUids constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMeshNames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutMeshNames;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetMeshUids constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetMeshUids Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::NewProp_OutMeshNames_Inner = { "OutMeshNames", 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_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::NewProp_OutMeshNames = { "OutMeshNames", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetMeshUids_Parms, OutMeshNames), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::NewProp_OutMeshNames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::NewProp_OutMeshNames,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetMeshUids Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutMeshNames);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetMeshUids(Z_Param_Out_OutMeshNames);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetMeshUids *********************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetMeshUidsCount **************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetMeshUidsCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "Comment", "/* Mesh UIDs can be either a scene node or a mesh node UID. If it is a scene node, the mesh factory bakes the geometry payload with the global transform of the scene node. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
{ "ToolTip", "Mesh UIDs can be either a scene node or a mesh node UID. If it is a scene node, the mesh factory bakes the geometry payload with the global transform of the scene node." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetMeshUidsCount constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetMeshUidsCount constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetMeshUidsCount Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetMeshUidsCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetMeshUidsCount Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetMeshUidsCount", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetMeshUidsCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetMeshUidsCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetMeshUidsCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetMeshUidsCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetMeshUidsCount ****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetOneConvexHullPerUCX ********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetOneConvexHullPerUCX_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetOneConvexHullPerUCX 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 GetOneConvexHullPerUCX constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetOneConvexHullPerUCX Property Definitions ***************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventGetOneConvexHullPerUCX_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_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(InterchangeStaticMeshLodDataNode_eventGetOneConvexHullPerUCX_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventGetOneConvexHullPerUCX_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_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(InterchangeStaticMeshLodDataNode_eventGetOneConvexHullPerUCX_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetOneConvexHullPerUCX Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetOneConvexHullPerUCX", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::InterchangeStaticMeshLodDataNode_eventGetOneConvexHullPerUCX_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::InterchangeStaticMeshLodDataNode_eventGetOneConvexHullPerUCX_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetOneConvexHullPerUCX)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL_REF(Z_Param_Out_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->GetOneConvexHullPerUCX(Z_Param_Out_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetOneConvexHullPerUCX **********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetSphereColliderRenderMeshUid
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetSphereColliderRenderMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString InColliderMeshUid;
|
||
|
|
FString OutRenderMeshUid;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereColliderRenderMeshUid constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_InColliderMeshUid;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutRenderMeshUid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSphereColliderRenderMeshUid constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereColliderRenderMeshUid Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid = { "InColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetSphereColliderRenderMeshUid_Parms, InColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InColliderMeshUid_MetaData), NewProp_InColliderMeshUid_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid = { "OutRenderMeshUid", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetSphereColliderRenderMeshUid_Parms, OutRenderMeshUid), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::NewProp_InColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::NewProp_OutRenderMeshUid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSphereColliderRenderMeshUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetSphereColliderRenderMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereColliderRenderMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereColliderRenderMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetSphereColliderRenderMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_InColliderMeshUid);
|
||
|
|
P_GET_PROPERTY_REF(FStrProperty,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetSphereColliderRenderMeshUid(Z_Param_InColliderMeshUid,Z_Param_Out_OutRenderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetSphereColliderRenderMeshUid **
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetSphereCollisionMeshMap *****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshMap_Parms
|
||
|
|
{
|
||
|
|
TMap<FString,FString> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereCollisionMeshMap constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSphereCollisionMeshMap constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereCollisionMeshMap Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp = { "ReturnValue", 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_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp = { "ReturnValue_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_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshMap_Parms, ReturnValue), EMapPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::NewProp_ReturnValue_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::NewProp_ReturnValue_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSphereCollisionMeshMap Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetSphereCollisionMeshMap", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshMap_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshMap_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetSphereCollisionMeshMap)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TMap<FString,FString>*)Z_Param__Result=P_THIS->GetSphereCollisionMeshMap();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetSphereCollisionMeshMap *******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetSphereCollisionMeshUids ****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUids_Parms
|
||
|
|
{
|
||
|
|
TArray<FString> OutMeshNames;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereCollisionMeshUids constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_OutMeshNames_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutMeshNames;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSphereCollisionMeshUids constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereCollisionMeshUids Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner = { "OutMeshNames", 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_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::NewProp_OutMeshNames = { "OutMeshNames", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUids_Parms, OutMeshNames), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::NewProp_OutMeshNames_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::NewProp_OutMeshNames,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSphereCollisionMeshUids Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetSphereCollisionMeshUids", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUids_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUids_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetSphereCollisionMeshUids)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(FString,Z_Param_Out_OutMeshNames);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->GetSphereCollisionMeshUids(Z_Param_Out_OutMeshNames);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetSphereCollisionMeshUids ******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function GetSphereCollisionMeshUidsCount
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUidsCount_Parms
|
||
|
|
{
|
||
|
|
int32 ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereCollisionMeshUidsCount constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetSphereCollisionMeshUidsCount constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetSphereCollisionMeshUidsCount Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUidsCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSphereCollisionMeshUidsCount Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "GetSphereCollisionMeshUidsCount", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUidsCount_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::InterchangeStaticMeshLodDataNode_eventGetSphereCollisionMeshUidsCount_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execGetSphereCollisionMeshUidsCount)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(int32*)Z_Param__Result=P_THIS->GetSphereCollisionMeshUidsCount();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function GetSphereCollisionMeshUidsCount *
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveAllBoxCollisionMeshes ***
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveAllBoxCollisionMeshes_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllBoxCollisionMeshes 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 RemoveAllBoxCollisionMeshes constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllBoxCollisionMeshes Property Definitions **********************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveAllBoxCollisionMeshes_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_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(InterchangeStaticMeshLodDataNode_eventRemoveAllBoxCollisionMeshes_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveAllBoxCollisionMeshes Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveAllBoxCollisionMeshes", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllBoxCollisionMeshes_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllBoxCollisionMeshes_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveAllBoxCollisionMeshes)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveAllBoxCollisionMeshes();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveAllBoxCollisionMeshes *****
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveAllCapsuleCollisionMeshes
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveAllCapsuleCollisionMeshes_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllCapsuleCollisionMeshes 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 RemoveAllCapsuleCollisionMeshes constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllCapsuleCollisionMeshes Property Definitions ******************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveAllCapsuleCollisionMeshes_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_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(InterchangeStaticMeshLodDataNode_eventRemoveAllCapsuleCollisionMeshes_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveAllCapsuleCollisionMeshes Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveAllCapsuleCollisionMeshes", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllCapsuleCollisionMeshes_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllCapsuleCollisionMeshes_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveAllCapsuleCollisionMeshes)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveAllCapsuleCollisionMeshes();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveAllCapsuleCollisionMeshes *
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveAllConvexCollisionMeshes
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveAllConvexCollisionMeshes_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllConvexCollisionMeshes 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 RemoveAllConvexCollisionMeshes constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllConvexCollisionMeshes Property Definitions *******************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveAllConvexCollisionMeshes_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_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(InterchangeStaticMeshLodDataNode_eventRemoveAllConvexCollisionMeshes_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveAllConvexCollisionMeshes Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveAllConvexCollisionMeshes", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllConvexCollisionMeshes_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllConvexCollisionMeshes_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveAllConvexCollisionMeshes)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveAllConvexCollisionMeshes();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveAllConvexCollisionMeshes **
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveAllMeshes ***************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveAllMeshes_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllMeshes 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 RemoveAllMeshes constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllMeshes Property Definitions **********************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveAllMeshes_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_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(InterchangeStaticMeshLodDataNode_eventRemoveAllMeshes_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveAllMeshes Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveAllMeshes", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllMeshes_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllMeshes_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveAllMeshes)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveAllMeshes();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveAllMeshes *****************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveAllSphereCollisionMeshes
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveAllSphereCollisionMeshes_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllSphereCollisionMeshes 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 RemoveAllSphereCollisionMeshes constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAllSphereCollisionMeshes Property Definitions *******************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveAllSphereCollisionMeshes_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_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(InterchangeStaticMeshLodDataNode_eventRemoveAllSphereCollisionMeshes_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveAllSphereCollisionMeshes Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveAllSphereCollisionMeshes", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllSphereCollisionMeshes_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::InterchangeStaticMeshLodDataNode_eventRemoveAllSphereCollisionMeshes_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveAllSphereCollisionMeshes)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveAllSphereCollisionMeshes();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveAllSphereCollisionMeshes **
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveBoxCollisionMeshUid *****
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveBoxCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveBoxCollisionMeshUid constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveBoxCollisionMeshUid constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveBoxCollisionMeshUid Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventRemoveBoxCollisionMeshUid_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveBoxCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventRemoveBoxCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveBoxCollisionMeshUid Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveBoxCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveBoxCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveBoxCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveBoxCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveBoxCollisionMeshUid(Z_Param_ColliderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveBoxCollisionMeshUid *******
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveCapsuleCollisionMeshUid *
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveCapsuleCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveCapsuleCollisionMeshUid constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveCapsuleCollisionMeshUid constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveCapsuleCollisionMeshUid Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventRemoveCapsuleCollisionMeshUid_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveCapsuleCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventRemoveCapsuleCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveCapsuleCollisionMeshUid Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveCapsuleCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveCapsuleCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveCapsuleCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveCapsuleCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveCapsuleCollisionMeshUid(Z_Param_ColliderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveCapsuleCollisionMeshUid ***
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveConvexCollisionMeshUid **
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveConvexCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString MeshName;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveConvexCollisionMeshUid constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MeshName;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveConvexCollisionMeshUid constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveConvexCollisionMeshUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::NewProp_MeshName = { "MeshName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventRemoveConvexCollisionMeshUid_Parms, MeshName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshName_MetaData), NewProp_MeshName_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveConvexCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventRemoveConvexCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::NewProp_MeshName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveConvexCollisionMeshUid Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveConvexCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveConvexCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveConvexCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveConvexCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_MeshName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveConvexCollisionMeshUid(Z_Param_MeshName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveConvexCollisionMeshUid ****
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveMeshUid *****************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString MeshName;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveMeshUid constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MeshName;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveMeshUid constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveMeshUid Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::NewProp_MeshName = { "MeshName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventRemoveMeshUid_Parms, MeshName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshName_MetaData), NewProp_MeshName_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_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(InterchangeStaticMeshLodDataNode_eventRemoveMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::NewProp_MeshName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveMeshUid Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_MeshName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveMeshUid(Z_Param_MeshName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveMeshUid *******************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function RemoveSphereCollisionMeshUid **
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventRemoveSphereCollisionMeshUid_Parms
|
||
|
|
{
|
||
|
|
FString ColliderMeshUid;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColliderMeshUid_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSphereCollisionMeshUid constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ColliderMeshUid;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveSphereCollisionMeshUid constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveSphereCollisionMeshUid Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::NewProp_ColliderMeshUid = { "ColliderMeshUid", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventRemoveSphereCollisionMeshUid_Parms, ColliderMeshUid), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColliderMeshUid_MetaData), NewProp_ColliderMeshUid_MetaData) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventRemoveSphereCollisionMeshUid_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_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(InterchangeStaticMeshLodDataNode_eventRemoveSphereCollisionMeshUid_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::NewProp_ColliderMeshUid,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveSphereCollisionMeshUid Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "RemoveSphereCollisionMeshUid", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveSphereCollisionMeshUid_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::InterchangeStaticMeshLodDataNode_eventRemoveSphereCollisionMeshUid_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execRemoveSphereCollisionMeshUid)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_ColliderMeshUid);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->RemoveSphereCollisionMeshUid(Z_Param_ColliderMeshUid);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function RemoveSphereCollisionMeshUid ****
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function SetForceCollisionPrimitiveGeneration
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventSetForceCollisionPrimitiveGeneration_Parms
|
||
|
|
{
|
||
|
|
bool bGenerate;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "Comment", "/** \n\x09 * Sets whether we're generating collision primitive shapes even if the mesh data \n\x09 * doesn't match the desired shape very well\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
{ "ToolTip", "Sets whether we're generating collision primitive shapes even if the mesh data\ndoesn't match the desired shape very well" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetForceCollisionPrimitiveGeneration constinit property declarations **
|
||
|
|
static void NewProp_bGenerate_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bGenerate;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetForceCollisionPrimitiveGeneration constinit property declarations ****
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetForceCollisionPrimitiveGeneration Property Definitions *************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventSetForceCollisionPrimitiveGeneration_Parms*)Obj)->bGenerate = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate = { "bGenerate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeStaticMeshLodDataNode_eventSetForceCollisionPrimitiveGeneration_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventSetForceCollisionPrimitiveGeneration_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_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(InterchangeStaticMeshLodDataNode_eventSetForceCollisionPrimitiveGeneration_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::NewProp_bGenerate,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetForceCollisionPrimitiveGeneration Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "SetForceCollisionPrimitiveGeneration", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::InterchangeStaticMeshLodDataNode_eventSetForceCollisionPrimitiveGeneration_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::InterchangeStaticMeshLodDataNode_eventSetForceCollisionPrimitiveGeneration_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execSetForceCollisionPrimitiveGeneration)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL(Z_Param_bGenerate);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetForceCollisionPrimitiveGeneration(Z_Param_bGenerate);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function SetForceCollisionPrimitiveGeneration
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function SetImportCollision ************
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventSetImportCollision_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetImportCollision 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 SetImportCollision constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetImportCollision Property Definitions *******************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventSetImportCollision_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeStaticMeshLodDataNode_eventSetImportCollision_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventSetImportCollision_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_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(InterchangeStaticMeshLodDataNode_eventSetImportCollision_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetImportCollision Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "SetImportCollision", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::InterchangeStaticMeshLodDataNode_eventSetImportCollision_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::InterchangeStaticMeshLodDataNode_eventSetImportCollision_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execSetImportCollision)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL(Z_Param_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetImportCollision(Z_Param_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function SetImportCollision **************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function SetImportCollisionType ********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventSetImportCollisionType_Parms
|
||
|
|
{
|
||
|
|
EInterchangeMeshCollision AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetImportCollisionType 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 SetImportCollisionType constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetImportCollisionType Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_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_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeStaticMeshLodDataNode_eventSetImportCollisionType_Parms, AttributeValue), Z_Construct_UEnum_InterchangeNodes_EInterchangeMeshCollision, METADATA_PARAMS(0, nullptr) }; // 11611486
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventSetImportCollisionType_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_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(InterchangeStaticMeshLodDataNode_eventSetImportCollisionType_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::NewProp_AttributeValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetImportCollisionType Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "SetImportCollisionType", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::InterchangeStaticMeshLodDataNode_eventSetImportCollisionType_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::InterchangeStaticMeshLodDataNode_eventSetImportCollisionType_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execSetImportCollisionType)
|
||
|
|
{
|
||
|
|
P_GET_ENUM(EInterchangeMeshCollision,Z_Param_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetImportCollisionType(EInterchangeMeshCollision(Z_Param_AttributeValue));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function SetImportCollisionType **********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode Function SetOneConvexHullPerUCX ********
|
||
|
|
struct Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics
|
||
|
|
{
|
||
|
|
struct InterchangeStaticMeshLodDataNode_eventSetOneConvexHullPerUCX_Parms
|
||
|
|
{
|
||
|
|
bool AttributeValue;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Interchange | Node | StaticMeshLodData" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetOneConvexHullPerUCX 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 SetOneConvexHullPerUCX constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetOneConvexHullPerUCX Property Definitions ***************************
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::NewProp_AttributeValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventSetOneConvexHullPerUCX_Parms*)Obj)->AttributeValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeStaticMeshLodDataNode_eventSetOneConvexHullPerUCX_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::NewProp_AttributeValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
void Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((InterchangeStaticMeshLodDataNode_eventSetOneConvexHullPerUCX_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_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(InterchangeStaticMeshLodDataNode_eventSetOneConvexHullPerUCX_Parms), &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::NewProp_AttributeValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetOneConvexHullPerUCX Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, nullptr, "SetOneConvexHullPerUCX", Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::InterchangeStaticMeshLodDataNode_eventSetOneConvexHullPerUCX_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::InterchangeStaticMeshLodDataNode_eventSetOneConvexHullPerUCX_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UInterchangeStaticMeshLodDataNode::execSetOneConvexHullPerUCX)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL(Z_Param_AttributeValue);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->SetOneConvexHullPerUCX(Z_Param_AttributeValue);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode Function SetOneConvexHullPerUCX **********
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode ****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeStaticMeshLodDataNode;
|
||
|
|
UClass* UInterchangeStaticMeshLodDataNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UInterchangeStaticMeshLodDataNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeStaticMeshLodDataNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("InterchangeStaticMeshLodDataNode"),
|
||
|
|
Z_Registration_Info_UClass_UInterchangeStaticMeshLodDataNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUInterchangeStaticMeshLodDataNode,
|
||
|
|
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_UInterchangeStaticMeshLodDataNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UInterchangeStaticMeshLodDataNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "// namespace UE\n" },
|
||
|
|
{ "IncludePath", "InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/InterchangeStaticMeshLodDataNode.h" },
|
||
|
|
{ "ToolTip", "namespace UE" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangeStaticMeshLodDataNode constinit property declarations ********
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode constinit property declarations **********
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddBoxCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddBoxCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddBoxCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddBoxCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddCapsuleCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddCapsuleCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddCapsuleCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddCapsuleCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddConvexCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddConvexCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddConvexCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddConvexCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddSphereCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddSphereCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddSphereCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execAddSphereCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetBoxColliderRenderMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetBoxColliderRenderMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetBoxCollisionMeshMap"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetBoxCollisionMeshMap },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetBoxCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetBoxCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetBoxCollisionMeshUidsCount"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetBoxCollisionMeshUidsCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCapsuleColliderRenderMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetCapsuleColliderRenderMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCapsuleCollisionMeshMap"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetCapsuleCollisionMeshMap },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCapsuleCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetCapsuleCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCapsuleCollisionMeshUidsCount"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetCapsuleCollisionMeshUidsCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetConvexColliderRenderMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetConvexColliderRenderMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetConvexCollisionMeshMap"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetConvexCollisionMeshMap },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetConvexCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetConvexCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetConvexCollisionMeshUidsCount"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetConvexCollisionMeshUidsCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetForceCollisionPrimitiveGeneration"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetForceCollisionPrimitiveGeneration },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetImportCollision"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetImportCollision },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetImportCollisionType"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetImportCollisionType },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetMeshUidsCount"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetMeshUidsCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetOneConvexHullPerUCX"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetOneConvexHullPerUCX },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSphereColliderRenderMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetSphereColliderRenderMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSphereCollisionMeshMap"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetSphereCollisionMeshMap },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSphereCollisionMeshUids"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetSphereCollisionMeshUids },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSphereCollisionMeshUidsCount"), .Pointer = &UInterchangeStaticMeshLodDataNode::execGetSphereCollisionMeshUidsCount },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveAllBoxCollisionMeshes"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveAllBoxCollisionMeshes },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveAllCapsuleCollisionMeshes"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveAllCapsuleCollisionMeshes },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveAllConvexCollisionMeshes"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveAllConvexCollisionMeshes },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveAllMeshes"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveAllMeshes },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveAllSphereCollisionMeshes"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveAllSphereCollisionMeshes },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveBoxCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveBoxCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveCapsuleCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveCapsuleCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveConvexCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveConvexCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveSphereCollisionMeshUid"), .Pointer = &UInterchangeStaticMeshLodDataNode::execRemoveSphereCollisionMeshUid },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetForceCollisionPrimitiveGeneration"), .Pointer = &UInterchangeStaticMeshLodDataNode::execSetForceCollisionPrimitiveGeneration },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetImportCollision"), .Pointer = &UInterchangeStaticMeshLodDataNode::execSetImportCollision },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetImportCollisionType"), .Pointer = &UInterchangeStaticMeshLodDataNode::execSetImportCollisionType },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetOneConvexHullPerUCX"), .Pointer = &UInterchangeStaticMeshLodDataNode::execSetOneConvexHullPerUCX },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUid, "AddBoxCollisionMeshUid" }, // 1865050653
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddBoxCollisionMeshUids, "AddBoxCollisionMeshUids" }, // 1234692055
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUid, "AddCapsuleCollisionMeshUid" }, // 1359568050
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddCapsuleCollisionMeshUids, "AddCapsuleCollisionMeshUids" }, // 1389369232
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUid, "AddConvexCollisionMeshUid" }, // 390263543
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddConvexCollisionMeshUids, "AddConvexCollisionMeshUids" }, // 1929248183
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddMeshUid, "AddMeshUid" }, // 4036637040
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUid, "AddSphereCollisionMeshUid" }, // 2125986443
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_AddSphereCollisionMeshUids, "AddSphereCollisionMeshUids" }, // 77701728
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxColliderRenderMeshUid, "GetBoxColliderRenderMeshUid" }, // 3005089459
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshMap, "GetBoxCollisionMeshMap" }, // 636192232
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUids, "GetBoxCollisionMeshUids" }, // 2296717272
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetBoxCollisionMeshUidsCount, "GetBoxCollisionMeshUidsCount" }, // 2081883537
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleColliderRenderMeshUid, "GetCapsuleColliderRenderMeshUid" }, // 25905136
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshMap, "GetCapsuleCollisionMeshMap" }, // 2863769604
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUids, "GetCapsuleCollisionMeshUids" }, // 3321928652
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetCapsuleCollisionMeshUidsCount, "GetCapsuleCollisionMeshUidsCount" }, // 441837248
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexColliderRenderMeshUid, "GetConvexColliderRenderMeshUid" }, // 1988807630
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshMap, "GetConvexCollisionMeshMap" }, // 2869078848
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUids, "GetConvexCollisionMeshUids" }, // 3253313169
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetConvexCollisionMeshUidsCount, "GetConvexCollisionMeshUidsCount" }, // 2734415034
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetForceCollisionPrimitiveGeneration, "GetForceCollisionPrimitiveGeneration" }, // 2677012280
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollision, "GetImportCollision" }, // 1331488021
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetImportCollisionType, "GetImportCollisionType" }, // 3714236760
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUids, "GetMeshUids" }, // 1927438055
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetMeshUidsCount, "GetMeshUidsCount" }, // 4018176101
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetOneConvexHullPerUCX, "GetOneConvexHullPerUCX" }, // 4117829923
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereColliderRenderMeshUid, "GetSphereColliderRenderMeshUid" }, // 3036419351
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshMap, "GetSphereCollisionMeshMap" }, // 2898506260
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUids, "GetSphereCollisionMeshUids" }, // 1395038305
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_GetSphereCollisionMeshUidsCount, "GetSphereCollisionMeshUidsCount" }, // 3833661615
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllBoxCollisionMeshes, "RemoveAllBoxCollisionMeshes" }, // 2239578570
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllCapsuleCollisionMeshes, "RemoveAllCapsuleCollisionMeshes" }, // 2238612735
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllConvexCollisionMeshes, "RemoveAllConvexCollisionMeshes" }, // 3437466046
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllMeshes, "RemoveAllMeshes" }, // 2297387915
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveAllSphereCollisionMeshes, "RemoveAllSphereCollisionMeshes" }, // 1303804381
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveBoxCollisionMeshUid, "RemoveBoxCollisionMeshUid" }, // 436072291
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveCapsuleCollisionMeshUid, "RemoveCapsuleCollisionMeshUid" }, // 1516187806
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveConvexCollisionMeshUid, "RemoveConvexCollisionMeshUid" }, // 1975303645
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveMeshUid, "RemoveMeshUid" }, // 3226168258
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_RemoveSphereCollisionMeshUid, "RemoveSphereCollisionMeshUid" }, // 3086158907
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetForceCollisionPrimitiveGeneration, "SetForceCollisionPrimitiveGeneration" }, // 2857382196
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollision, "SetImportCollision" }, // 1118797315
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetImportCollisionType, "SetImportCollisionType" }, // 1295299494
|
||
|
|
{ &Z_Construct_UFunction_UInterchangeStaticMeshLodDataNode_SetOneConvexHullPerUCX, "SetOneConvexHullPerUCX" }, // 533970282
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UInterchangeStaticMeshLodDataNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterchangeFactoryBaseNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeFactoryNodes,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics::ClassParams = {
|
||
|
|
&UInterchangeStaticMeshLodDataNode::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_UInterchangeStaticMeshLodDataNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UInterchangeStaticMeshLodDataNode::StaticRegisterNativesUInterchangeStaticMeshLodDataNode()
|
||
|
|
{
|
||
|
|
UClass* Class = UInterchangeStaticMeshLodDataNode::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UInterchangeStaticMeshLodDataNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UInterchangeStaticMeshLodDataNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeStaticMeshLodDataNode.OuterSingleton, Z_Construct_UClass_UInterchangeStaticMeshLodDataNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UInterchangeStaticMeshLodDataNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeStaticMeshLodDataNode);
|
||
|
|
UInterchangeStaticMeshLodDataNode::~UInterchangeStaticMeshLodDataNode() {}
|
||
|
|
// ********** End Class UInterchangeStaticMeshLodDataNode ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_FactoryNodes_Public_InterchangeStaticMeshLodDataNode_h__Script_InterchangeFactoryNodes_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UInterchangeStaticMeshLodDataNode, UInterchangeStaticMeshLodDataNode::StaticClass, TEXT("UInterchangeStaticMeshLodDataNode"), &Z_Registration_Info_UClass_UInterchangeStaticMeshLodDataNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeStaticMeshLodDataNode), 411260222U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_FactoryNodes_Public_InterchangeStaticMeshLodDataNode_h__Script_InterchangeFactoryNodes_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_FactoryNodes_Public_InterchangeStaticMeshLodDataNode_h__Script_InterchangeFactoryNodes_3839034011{
|
||
|
|
TEXT("/Script/InterchangeFactoryNodes"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_FactoryNodes_Public_InterchangeStaticMeshLodDataNode_h__Script_InterchangeFactoryNodes_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_FactoryNodes_Public_InterchangeStaticMeshLodDataNode_h__Script_InterchangeFactoryNodes_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|