231 lines
17 KiB
C++
231 lines
17 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 "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 EmptyLinkFunctionForGeneratedCodePointWeightMap() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UEnum* Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon();
|
|
CLOTHINGSYSTEMRUNTIMECOMMON_API UScriptStruct* Z_Construct_UScriptStruct_FPointWeightMap();
|
|
UPackage* Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EWeightMapTargetCommon ****************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EWeightMapTargetCommon;
|
|
static UEnum* EWeightMapTargetCommon_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EWeightMapTargetCommon.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EWeightMapTargetCommon.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon, (UObject*)Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon(), TEXT("EWeightMapTargetCommon"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EWeightMapTargetCommon.OuterSingleton;
|
|
}
|
|
template<> CLOTHINGSYSTEMRUNTIMECOMMON_NON_ATTRIBUTED_API UEnum* StaticEnum<EWeightMapTargetCommon>()
|
|
{
|
|
return EWeightMapTargetCommon_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "AnimDriveDamping_DEPRECATED.Comment", "// Strength of anim drive per-particle (spring driving particle back to skinned location\n" },
|
|
{ "AnimDriveDamping_DEPRECATED.Hidden", "" },
|
|
{ "AnimDriveDamping_DEPRECATED.Name", "EWeightMapTargetCommon::AnimDriveDamping_DEPRECATED" },
|
|
{ "AnimDriveDamping_DEPRECATED.ToolTip", "Strength of anim drive per-particle (spring driving particle back to skinned location" },
|
|
{ "AnimDriveStiffness.Comment", "// Radius of movement to allow for backstop movement\n" },
|
|
{ "AnimDriveStiffness.Name", "EWeightMapTargetCommon::AnimDriveStiffness" },
|
|
{ "AnimDriveStiffness.ToolTip", "Radius of movement to allow for backstop movement" },
|
|
{ "BackstopDistance.Comment", "// The distance that each vertex can move away from its reference (skinned) position\n" },
|
|
{ "BackstopDistance.Name", "EWeightMapTargetCommon::BackstopDistance" },
|
|
{ "BackstopDistance.ToolTip", "The distance that each vertex can move away from its reference (skinned) position" },
|
|
{ "BackstopRadius.Comment", "// Distance along the plane of the surface that the particles can travel (separation constraint)\n" },
|
|
{ "BackstopRadius.Name", "EWeightMapTargetCommon::BackstopRadius" },
|
|
{ "BackstopRadius.ToolTip", "Distance along the plane of the surface that the particles can travel (separation constraint)" },
|
|
{ "Comment", "/** The possible targets for a physical mesh point weight map. */" },
|
|
{ "FirstUserTarget.Comment", "// Chaos onlyweightmap, deprecated from the common declaration\n" },
|
|
{ "FirstUserTarget.Name", "EWeightMapTargetCommon::FirstUserTarget" },
|
|
{ "FirstUserTarget.ToolTip", "Chaos onlyweightmap, deprecated from the common declaration" },
|
|
{ "LastUserTarget.Comment", "// Users can add additional targets between this range.\n" },
|
|
{ "LastUserTarget.Name", "EWeightMapTargetCommon::LastUserTarget" },
|
|
{ "LastUserTarget.ToolTip", "Users can add additional targets between this range." },
|
|
{ "MaxDistance.Comment", "// None, should always be zero\n" },
|
|
{ "MaxDistance.Name", "EWeightMapTargetCommon::MaxDistance" },
|
|
{ "MaxDistance.ToolTip", "None, should always be zero" },
|
|
{ "ModuleRelativePath", "Public/PointWeightMap.h" },
|
|
{ "None.Name", "EWeightMapTargetCommon::None" },
|
|
{ "TetherEndsMask.Comment", "// Add additional common targets after here.\n" },
|
|
{ "TetherEndsMask.Name", "EWeightMapTargetCommon::TetherEndsMask" },
|
|
{ "TetherEndsMask.ToolTip", "Add additional common targets after here." },
|
|
{ "ToolTip", "The possible targets for a physical mesh point weight map." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EWeightMapTargetCommon::None", (int64)EWeightMapTargetCommon::None },
|
|
{ "EWeightMapTargetCommon::MaxDistance", (int64)EWeightMapTargetCommon::MaxDistance },
|
|
{ "EWeightMapTargetCommon::BackstopDistance", (int64)EWeightMapTargetCommon::BackstopDistance },
|
|
{ "EWeightMapTargetCommon::BackstopRadius", (int64)EWeightMapTargetCommon::BackstopRadius },
|
|
{ "EWeightMapTargetCommon::AnimDriveStiffness", (int64)EWeightMapTargetCommon::AnimDriveStiffness },
|
|
{ "EWeightMapTargetCommon::AnimDriveDamping_DEPRECATED", (int64)EWeightMapTargetCommon::AnimDriveDamping_DEPRECATED },
|
|
{ "EWeightMapTargetCommon::FirstUserTarget", (int64)EWeightMapTargetCommon::FirstUserTarget },
|
|
{ "EWeightMapTargetCommon::LastUserTarget", (int64)EWeightMapTargetCommon::LastUserTarget },
|
|
{ "EWeightMapTargetCommon::TetherEndsMask", (int64)EWeightMapTargetCommon::TetherEndsMask },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon,
|
|
nullptr,
|
|
"EWeightMapTargetCommon",
|
|
"EWeightMapTargetCommon",
|
|
Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EWeightMapTargetCommon.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EWeightMapTargetCommon.InnerSingleton, Z_Construct_UEnum_ClothingSystemRuntimeCommon_EWeightMapTargetCommon_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EWeightMapTargetCommon.InnerSingleton;
|
|
}
|
|
// ********** End Enum EWeightMapTargetCommon ******************************************************
|
|
|
|
// ********** Begin ScriptStruct FPointWeightMap ***************************************************
|
|
struct Z_Construct_UScriptStruct_FPointWeightMap_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FPointWeightMap); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FPointWeightMap); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** \n * A mask is simply some storage for a physical mesh parameter painted onto clothing.\n * Used in the editor for users to paint onto and then target to a parameter, which\n * is then later applied to a phys mesh\n */" },
|
|
{ "ModuleRelativePath", "Public/PointWeightMap.h" },
|
|
{ "ToolTip", "A mask is simply some storage for a physical mesh parameter painted onto clothing.\nUsed in the editor for users to paint onto and then target to a parameter, which\nis then later applied to a phys mesh" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Values_MetaData[] = {
|
|
{ "Comment", "/** The actual values stored in the mask */" },
|
|
{ "ModuleRelativePath", "Public/PointWeightMap.h" },
|
|
{ "ToolTip", "The actual values stored in the mask" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
|
{ "Comment", "/** Name of the mask, mainly for users to differentiate */" },
|
|
{ "ModuleRelativePath", "Public/PointWeightMap.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, @seealso EWeightMapTargetCommon */" },
|
|
{ "ModuleRelativePath", "Public/PointWeightMap.h" },
|
|
{ "ToolTip", "The currently targeted parameter for the mask, @seealso EWeightMapTargetCommon" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
|
|
{ "Comment", "/** Whether this mask is enabled and able to effect final mesh values */" },
|
|
{ "ModuleRelativePath", "Public/PointWeightMap.h" },
|
|
{ "ToolTip", "Whether this mask is enabled and able to effect final mesh values" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FPointWeightMap constinit property declarations *******************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Values_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Values;
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CurrentTarget;
|
|
static void NewProp_bEnabled_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FPointWeightMap constinit property declarations *********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPointWeightMap>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FPointWeightMap_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPointWeightMap;
|
|
class UScriptStruct* FPointWeightMap::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPointWeightMap.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FPointWeightMap.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPointWeightMap, (UObject*)Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon(), TEXT("PointWeightMap"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FPointWeightMap.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FPointWeightMap Property Definitions ******************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FPointWeightMap_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_FPointWeightMap_Statics::NewProp_Values = { "Values", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPointWeightMap, Values), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Values_MetaData), NewProp_Values_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPointWeightMap, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_CurrentTarget = { "CurrentTarget", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPointWeightMap, CurrentTarget), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentTarget_MetaData), NewProp_CurrentTarget_MetaData) };
|
|
void Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_bEnabled_SetBit(void* Obj)
|
|
{
|
|
((FPointWeightMap*)Obj)->bEnabled = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FPointWeightMap), &Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPointWeightMap_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_Values_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_Values,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_Name,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_CurrentTarget,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewProp_bEnabled,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPointWeightMap_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FPointWeightMap Property Definitions ********************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPointWeightMap_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeCommon,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"PointWeightMap",
|
|
Z_Construct_UScriptStruct_FPointWeightMap_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPointWeightMap_Statics::PropPointers),
|
|
sizeof(FPointWeightMap),
|
|
alignof(FPointWeightMap),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPointWeightMap_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPointWeightMap_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FPointWeightMap()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPointWeightMap.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPointWeightMap.InnerSingleton, Z_Construct_UScriptStruct_FPointWeightMap_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPointWeightMap.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FPointWeightMap *****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_PointWeightMap_h__Script_ClothingSystemRuntimeCommon_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EWeightMapTargetCommon_StaticEnum, TEXT("EWeightMapTargetCommon"), &Z_Registration_Info_UEnum_EWeightMapTargetCommon, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 403943772U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FPointWeightMap::StaticStruct, Z_Construct_UScriptStruct_FPointWeightMap_Statics::NewStructOps, TEXT("PointWeightMap"),&Z_Registration_Info_UScriptStruct_FPointWeightMap, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPointWeightMap), 2078696635U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_PointWeightMap_h__Script_ClothingSystemRuntimeCommon_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_PointWeightMap_h__Script_ClothingSystemRuntimeCommon_1560652997{
|
|
TEXT("/Script/ClothingSystemRuntimeCommon"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_PointWeightMap_h__Script_ClothingSystemRuntimeCommon_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_PointWeightMap_h__Script_ClothingSystemRuntimeCommon_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_PointWeightMap_h__Script_ClothingSystemRuntimeCommon_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeCommon_Public_PointWeightMap_h__Script_ClothingSystemRuntimeCommon_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|