126 lines
11 KiB
C++
126 lines
11 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 "GeometryCollection/GeometryCollectionDamagePropagationData.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionDamagePropagationData() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
GEOMETRYCOLLECTIONENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData();
|
|
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEngine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FGeometryCollectionDamagePropagationData **************************
|
|
struct Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGeometryCollectionDamagePropagationData); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGeometryCollectionDamagePropagationData); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionDamagePropagationData.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
|
|
{ "Category", "Damage Propagation" },
|
|
{ "Comment", "/** Whether or not damage propagation is enabled. */" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionDamagePropagationData.h" },
|
|
{ "ToolTip", "Whether or not damage propagation is enabled." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BreakDamagePropagationFactor_MetaData[] = {
|
|
{ "Category", "Damage Propagation" },
|
|
{ "Comment", "/** factor of the remaining strain propagated through the connection graph after a piece breaks. */" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionDamagePropagationData.h" },
|
|
{ "ToolTip", "factor of the remaining strain propagated through the connection graph after a piece breaks." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShockDamagePropagationFactor_MetaData[] = {
|
|
{ "Category", "Damage Propagation" },
|
|
{ "Comment", "/** factor of the received strain propagated throug the connection graph if the piece did not break. */" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionDamagePropagationData.h" },
|
|
{ "ToolTip", "factor of the received strain propagated throug the connection graph if the piece did not break." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGeometryCollectionDamagePropagationData constinit property declarations
|
|
static void NewProp_bEnabled_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BreakDamagePropagationFactor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ShockDamagePropagationFactor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FGeometryCollectionDamagePropagationData constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGeometryCollectionDamagePropagationData>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData;
|
|
class UScriptStruct* FGeometryCollectionDamagePropagationData::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData, (UObject*)Z_Construct_UPackage__Script_GeometryCollectionEngine(), TEXT("GeometryCollectionDamagePropagationData"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FGeometryCollectionDamagePropagationData Property Definitions *****
|
|
void Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_bEnabled_SetBit(void* Obj)
|
|
{
|
|
((FGeometryCollectionDamagePropagationData*)Obj)->bEnabled = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FGeometryCollectionDamagePropagationData), &Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_BreakDamagePropagationFactor = { "BreakDamagePropagationFactor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGeometryCollectionDamagePropagationData, BreakDamagePropagationFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BreakDamagePropagationFactor_MetaData), NewProp_BreakDamagePropagationFactor_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_ShockDamagePropagationFactor = { "ShockDamagePropagationFactor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FGeometryCollectionDamagePropagationData, ShockDamagePropagationFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShockDamagePropagationFactor_MetaData), NewProp_ShockDamagePropagationFactor_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_bEnabled,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_BreakDamagePropagationFactor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewProp_ShockDamagePropagationFactor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FGeometryCollectionDamagePropagationData Property Definitions *******
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEngine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"GeometryCollectionDamagePropagationData",
|
|
Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::PropPointers),
|
|
sizeof(FGeometryCollectionDamagePropagationData),
|
|
alignof(FGeometryCollectionDamagePropagationData),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData.InnerSingleton, Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGeometryCollectionDamagePropagationData ****************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionDamagePropagationData_h__Script_GeometryCollectionEngine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FGeometryCollectionDamagePropagationData::StaticStruct, Z_Construct_UScriptStruct_FGeometryCollectionDamagePropagationData_Statics::NewStructOps, TEXT("GeometryCollectionDamagePropagationData"),&Z_Registration_Info_UScriptStruct_FGeometryCollectionDamagePropagationData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGeometryCollectionDamagePropagationData), 2486641786U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionDamagePropagationData_h__Script_GeometryCollectionEngine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionDamagePropagationData_h__Script_GeometryCollectionEngine_1287231464{
|
|
TEXT("/Script/GeometryCollectionEngine"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionDamagePropagationData_h__Script_GeometryCollectionEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionDamagePropagationData_h__Script_GeometryCollectionEngine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|