304 lines
24 KiB
C++
304 lines
24 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 "ClothLODData_Legacy.h"
|
||
|
|
#include "ClothCollisionData.h"
|
||
|
|
#include "ClothPhysicalMeshData.h"
|
||
|
|
#include "PointWeightMap.h"
|
||
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeClothLODData_Legacy() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UClass* Z_Construct_UClass_UClothLODDataCommon_Legacy();
|
||
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UClass* Z_Construct_UClass_UClothLODDataCommon_Legacy_NoRegister();
|
||
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UEnum* Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon();
|
||
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FClothParameterMask_Legacy();
|
||
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FClothPhysicalMeshData();
|
||
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FPointWeightMap();
|
||
|
|
CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UClothPhysicalMeshDataBase_Legacy_NoRegister();
|
||
|
|
CLOTHINGSYSTEMRUNTIMEINTERFACE_API UScriptStruct* Z_Construct_UScriptStruct_FClothCollisionData();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FClothParameterMask_Legacy ****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FClothParameterMask_Legacy); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FClothParameterMask_Legacy); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Deprecated, legacy definition kept for backward compatibility only.\n * Use FPointWeightMap instead.\n * Redirected from the now defunct ClothingSystemRuntime module.\n */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "Deprecated, legacy definition kept for backward compatibility only.\nUse FPointWeightMap instead.\nRedirected from the now defunct ClothingSystemRuntime module." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaskName_MetaData[] = {
|
||
|
|
{ "Comment", "/** Name of the mask, mainly for users to differentiate */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "Name of the mask, mainly for users to differentiate" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurrentTarget_MetaData[] = {
|
||
|
|
{ "Comment", "/** The currently targeted parameter for the mask */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "The currently targeted parameter for the mask" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxValue_MetaData[] = {
|
||
|
|
{ "Comment", "/** The maximum value currently in the mask value array */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "The maximum value currently in the mask value array" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MinValue_MetaData[] = {
|
||
|
|
{ "Comment", "/** The maximum value currently in the mask value array */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "The maximum value currently in the mask value array" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Values_MetaData[] = {
|
||
|
|
{ "Comment", "/** The actual values stored in the mask */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "The actual values stored in the mask" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
|
||
|
|
{ "Comment", "/** Whether this mask is enabled and able to effect final mesh values */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "Whether this mask is enabled and able to effect final mesh values" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FClothParameterMask_Legacy constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_MaskName;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CurrentTarget_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_CurrentTarget;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxValue;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinValue;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Values_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Values;
|
||
|
|
static void NewProp_bEnabled_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FClothParameterMask_Legacy constinit property declarations **********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FClothParameterMask_Legacy>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy;
|
||
|
|
class UScriptStruct* FClothParameterMask_Legacy::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FClothParameterMask_Legacy, (UObject*)Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon(), TEXT("ClothParameterMask_Legacy"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FClothParameterMask_Legacy Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_MaskName = { "MaskName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothParameterMask_Legacy, MaskName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaskName_MetaData), NewProp_MaskName_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_CurrentTarget_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_CurrentTarget = { "CurrentTarget", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothParameterMask_Legacy, CurrentTarget), Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentTarget_MetaData), NewProp_CurrentTarget_MetaData) }; // 403943772
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_MaxValue = { "MaxValue", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothParameterMask_Legacy, MaxValue_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxValue_MetaData), NewProp_MaxValue_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_MinValue = { "MinValue", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothParameterMask_Legacy, MinValue_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MinValue_MetaData), NewProp_MinValue_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_Values_Inner = { "Values", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_Values = { "Values", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothParameterMask_Legacy, Values), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Values_MetaData), NewProp_Values_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_bEnabled_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FClothParameterMask_Legacy*)Obj)->bEnabled = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FClothParameterMask_Legacy), &Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_MaskName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_CurrentTarget_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_CurrentTarget,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_MaxValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_MinValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_Values_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_Values,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewProp_bEnabled,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FClothParameterMask_Legacy Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"ClothParameterMask_Legacy",
|
||
|
|
Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::PropPointers),
|
||
|
|
sizeof(FClothParameterMask_Legacy),
|
||
|
|
alignof(FClothParameterMask_Legacy),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FClothParameterMask_Legacy()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy.InnerSingleton, Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FClothParameterMask_Legacy ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UClothLODDataCommon_Legacy ***********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UClothLODDataCommon_Legacy;
|
||
|
|
UClass* UClothLODDataCommon_Legacy::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UClothLODDataCommon_Legacy;
|
||
|
|
if (!Z_Registration_Info_UClass_UClothLODDataCommon_Legacy.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("ClothLODDataCommon_Legacy"),
|
||
|
|
Z_Registration_Info_UClass_UClothLODDataCommon_Legacy.InnerSingleton,
|
||
|
|
StaticRegisterNativesUClothLODDataCommon_Legacy,
|
||
|
|
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_UClothLODDataCommon_Legacy.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UClothLODDataCommon_Legacy_NoRegister()
|
||
|
|
{
|
||
|
|
return UClothLODDataCommon_Legacy::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Deprecated, legacy definition kept for backward compatibility only.\n * Use FClothLODDataCommon instead.\n */" },
|
||
|
|
{ "IncludePath", "ClothLODData_Legacy.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
||
|
|
{ "ToolTip", "Deprecated, legacy definition kept for backward compatibility only.\nUse FClothLODDataCommon instead." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PhysicalMeshData_MetaData[] = {
|
||
|
|
{ "Comment", "// Deprecated, use ClothPhysicalMeshData instead\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "Deprecated, use ClothPhysicalMeshData instead" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClothPhysicalMeshData_MetaData[] = {
|
||
|
|
{ "Comment", "// Raw phys mesh data\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "Raw phys mesh data" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollisionData_MetaData[] = {
|
||
|
|
{ "Comment", "// Collision primitive and convex data for clothing collisions\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "Collision primitive and convex data for clothing collisions" },
|
||
|
|
};
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterMasks_MetaData[] = {
|
||
|
|
{ "Comment", "// Parameter masks defining the physics mesh masked data\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/ClothLODData_Legacy.h" },
|
||
|
|
{ "ToolTip", "Parameter masks defining the physics mesh masked data" },
|
||
|
|
};
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UClothLODDataCommon_Legacy constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_PhysicalMeshData;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ClothPhysicalMeshData;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CollisionData;
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ParameterMasks_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ParameterMasks;
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UClothLODDataCommon_Legacy constinit property declarations *****************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UClothLODDataCommon_Legacy>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UClothLODDataCommon_Legacy Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_PhysicalMeshData = { "PhysicalMeshData", nullptr, (EPropertyFlags)0x0114000020000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothLODDataCommon_Legacy, PhysicalMeshData_DEPRECATED), Z_Construct_UClass_UClothPhysicalMeshDataBase_Legacy_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PhysicalMeshData_MetaData), NewProp_PhysicalMeshData_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_ClothPhysicalMeshData = { "ClothPhysicalMeshData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothLODDataCommon_Legacy, ClothPhysicalMeshData), Z_Construct_UScriptStruct_FClothPhysicalMeshData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClothPhysicalMeshData_MetaData), NewProp_ClothPhysicalMeshData_MetaData) }; // 2638533767
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_CollisionData = { "CollisionData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothLODDataCommon_Legacy, CollisionData), Z_Construct_UScriptStruct_FClothCollisionData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollisionData_MetaData), NewProp_CollisionData_MetaData) }; // 2277098032
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_ParameterMasks_Inner = { "ParameterMasks", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FPointWeightMap, METADATA_PARAMS(0, nullptr) }; // 2078696635
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_ParameterMasks = { "ParameterMasks", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClothLODDataCommon_Legacy, ParameterMasks), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterMasks_MetaData), NewProp_ParameterMasks_MetaData) }; // 2078696635
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_PhysicalMeshData,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_ClothPhysicalMeshData,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_CollisionData,
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_ParameterMasks_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::NewProp_ParameterMasks,
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UClothLODDataCommon_Legacy Property Definitions ****************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::ClassParams = {
|
||
|
|
&UClothLODDataCommon_Legacy::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UClothLODDataCommon_Legacy::StaticRegisterNativesUClothLODDataCommon_Legacy()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UClothLODDataCommon_Legacy()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UClothLODDataCommon_Legacy.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothLODDataCommon_Legacy.OuterSingleton, Z_Construct_UClass_UClothLODDataCommon_Legacy_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UClothLODDataCommon_Legacy.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothLODDataCommon_Legacy);
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UClothLODDataCommon_Legacy)
|
||
|
|
// ********** End Class UClothLODDataCommon_Legacy *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_Legacy_h__Script_ClothingSystemRuntimeCommon_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FClothParameterMask_Legacy::StaticStruct, Z_Construct_UScriptStruct_FClothParameterMask_Legacy_Statics::NewStructOps, TEXT("ClothParameterMask_Legacy"),&Z_Registration_Info_UScriptStruct_FClothParameterMask_Legacy, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FClothParameterMask_Legacy), 4234070717U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UClothLODDataCommon_Legacy, UClothLODDataCommon_Legacy::StaticClass, TEXT("UClothLODDataCommon_Legacy"), &Z_Registration_Info_UClass_UClothLODDataCommon_Legacy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothLODDataCommon_Legacy), 3796323184U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_Legacy_h__Script_ClothingSystemRuntimeCommon_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_Legacy_h__Script_ClothingSystemRuntimeCommon_1317880728{
|
||
|
|
TEXT("/Script/ClothingSystemRuntimeCommon"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_Legacy_h__Script_ClothingSystemRuntimeCommon_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_Legacy_h__Script_ClothingSystemRuntimeCommon_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_Legacy_h__Script_ClothingSystemRuntimeCommon_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_Legacy_h__Script_ClothingSystemRuntimeCommon_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|