// 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.h" #include "ClothCollisionData.h" #include "ClothLODData_Legacy.h" #include "ClothPhysicalMeshData.h" #include "PointWeightMap.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() {} // ********** Begin Cross Module References ******************************************************** CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FClothLODDataCommon(); CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FClothParameterMask_Legacy(); CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FClothPhysicalMeshData(); CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FPointWeightMap(); CLOTHINGSYSTEMRUNTIMEINTERFACE_API UScriptStruct* Z_Construct_UScriptStruct_FClothCollisionData(); UPackage* Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FClothLODDataCommon *********************************************** struct Z_Construct_UScriptStruct_FClothLODDataCommon_Statics { static inline consteval int32 GetStructSize() { return sizeof(FClothLODDataCommon); } static inline consteval int16 GetStructAlignment() { return alignof(FClothLODDataCommon); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/** Common Cloth LOD representation for all clothing assets. */" }, { "ModuleRelativePath", "Public/ClothLODData.h" }, { "ToolTip", "Common Cloth LOD representation for all clothing assets." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PhysicalMeshData_MetaData[] = { { "Category", "SimMesh" }, { "Comment", "// Raw phys mesh data\n" }, { "ModuleRelativePath", "Public/ClothLODData.h" }, { "ToolTip", "Raw phys mesh data" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseMultipleInfluences_MetaData[] = { { "Comment", "// Whether to use multiple triangles to interpolate from simulated cloth mesh to render mesh\n" }, { "ModuleRelativePath", "Public/ClothLODData.h" }, { "ToolTip", "Whether to use multiple triangles to interpolate from simulated cloth mesh to render mesh" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkinningKernelRadius_MetaData[] = { { "Comment", "// Radius of the weighting kernel used to interpolate from simulated cloth mesh to render mesh\n" }, { "ModuleRelativePath", "Public/ClothLODData.h" }, { "ToolTip", "Radius of the weighting kernel used to interpolate from simulated cloth mesh to render mesh" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSmoothTransition_MetaData[] = { { "Comment", "// Whether to enable smooth transition from skinned mesh to clothed mesh.\n" }, { "ModuleRelativePath", "Public/ClothLODData.h" }, { "ToolTip", "Whether to enable smooth transition from skinned mesh to clothed mesh." }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CollisionData_MetaData[] = { { "DeprecatedProperty", "" }, { "DeprecationMessage", "This property is no longer supported. Use a Physics Asset instead." }, { "ModuleRelativePath", "Public/ClothLODData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterMasks_MetaData[] = { { "DeprecatedProperty", "" }, { "DeprecationMessage", "This property is no longer supported. Use PointWeightMaps instead." }, { "ModuleRelativePath", "Public/ClothLODData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PointWeightMaps_MetaData[] = { { "Category", "Masks" }, { "Comment", "// Parameter masks defining the physics mesh masked data\n" }, { "ModuleRelativePath", "Public/ClothLODData.h" }, { "ToolTip", "Parameter masks defining the physics mesh masked data" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin ScriptStruct FClothLODDataCommon constinit property declarations *************** static const UECodeGen_Private::FStructPropertyParams NewProp_PhysicalMeshData; static void NewProp_bUseMultipleInfluences_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseMultipleInfluences; static const UECodeGen_Private::FFloatPropertyParams NewProp_SkinningKernelRadius; static void NewProp_bSmoothTransition_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSmoothTransition; #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_CollisionData; static const UECodeGen_Private::FStructPropertyParams NewProp_ParameterMasks_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_ParameterMasks; static const UECodeGen_Private::FStructPropertyParams NewProp_PointWeightMaps_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_PointWeightMaps; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FClothLODDataCommon constinit property declarations ***************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FClothLODDataCommon_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FClothLODDataCommon; class UScriptStruct* FClothLODDataCommon::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FClothLODDataCommon.OuterSingleton) { Z_Registration_Info_UScriptStruct_FClothLODDataCommon.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FClothLODDataCommon, (UObject*)Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon(), TEXT("ClothLODDataCommon")); } return Z_Registration_Info_UScriptStruct_FClothLODDataCommon.OuterSingleton; } // ********** Begin ScriptStruct FClothLODDataCommon Property Definitions ************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_PhysicalMeshData = { "PhysicalMeshData", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothLODDataCommon, PhysicalMeshData), Z_Construct_UScriptStruct_FClothPhysicalMeshData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PhysicalMeshData_MetaData), NewProp_PhysicalMeshData_MetaData) }; // 2638533767 void Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bUseMultipleInfluences_SetBit(void* Obj) { ((FClothLODDataCommon*)Obj)->bUseMultipleInfluences = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bUseMultipleInfluences = { "bUseMultipleInfluences", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FClothLODDataCommon), &Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bUseMultipleInfluences_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseMultipleInfluences_MetaData), NewProp_bUseMultipleInfluences_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_SkinningKernelRadius = { "SkinningKernelRadius", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothLODDataCommon, SkinningKernelRadius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkinningKernelRadius_MetaData), NewProp_SkinningKernelRadius_MetaData) }; void Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bSmoothTransition_SetBit(void* Obj) { ((FClothLODDataCommon*)Obj)->bSmoothTransition = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bSmoothTransition = { "bSmoothTransition", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FClothLODDataCommon), &Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bSmoothTransition_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSmoothTransition_MetaData), NewProp_bSmoothTransition_MetaData) }; #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_CollisionData = { "CollisionData", nullptr, (EPropertyFlags)0x0010000820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothLODDataCommon, CollisionData_DEPRECATED), Z_Construct_UScriptStruct_FClothCollisionData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CollisionData_MetaData), NewProp_CollisionData_MetaData) }; // 2277098032 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_ParameterMasks_Inner = { "ParameterMasks", nullptr, (EPropertyFlags)0x0000000820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FClothParameterMask_Legacy, METADATA_PARAMS(0, nullptr) }; // 4234070717 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_ParameterMasks = { "ParameterMasks", nullptr, (EPropertyFlags)0x0010000820000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothLODDataCommon, ParameterMasks_DEPRECATED), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterMasks_MetaData), NewProp_ParameterMasks_MetaData) }; // 4234070717 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_PointWeightMaps_Inner = { "PointWeightMaps", 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_UScriptStruct_FClothLODDataCommon_Statics::NewProp_PointWeightMaps = { "PointWeightMaps", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FClothLODDataCommon, PointWeightMaps), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PointWeightMaps_MetaData), NewProp_PointWeightMaps_MetaData) }; // 2078696635 #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_PhysicalMeshData, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bUseMultipleInfluences, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_SkinningKernelRadius, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_bSmoothTransition, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_CollisionData, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_ParameterMasks_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_ParameterMasks, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_PointWeightMaps_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewProp_PointWeightMaps, #endif // WITH_EDITORONLY_DATA }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::PropPointers) < 2048); // ********** End ScriptStruct FClothLODDataCommon Property Definitions **************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon, nullptr, &NewStructOps, "ClothLODDataCommon", Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::PropPointers), sizeof(FClothLODDataCommon), alignof(FClothLODDataCommon), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FClothLODDataCommon() { if (!Z_Registration_Info_UScriptStruct_FClothLODDataCommon.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FClothLODDataCommon.InnerSingleton, Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FClothLODDataCommon.InnerSingleton); } // ********** End ScriptStruct FClothLODDataCommon ************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_h__Script_ClothingSystemRuntimeCommon_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FClothLODDataCommon::StaticStruct, Z_Construct_UScriptStruct_FClothLODDataCommon_Statics::NewStructOps, TEXT("ClothLODDataCommon"),&Z_Registration_Info_UScriptStruct_FClothLODDataCommon, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FClothLODDataCommon), 1628007391U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_h__Script_ClothingSystemRuntimeCommon_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_h__Script_ClothingSystemRuntimeCommon_1601414743{ TEXT("/Script/ClothingSystemRuntimeCommon"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_h__Script_ClothingSystemRuntimeCommon_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_ClothLODData_h__Script_ClothingSystemRuntimeCommon_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS