224 lines
20 KiB
C++
224 lines
20 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 "PhysicsEngine/AggregateGeom.h"
|
||
|
|
#include "PhysicsEngine/BoxElem.h"
|
||
|
|
#include "PhysicsEngine/ConvexElem.h"
|
||
|
|
#include "PhysicsEngine/LevelSetElem.h"
|
||
|
|
#include "PhysicsEngine/MLLevelSetElem.h"
|
||
|
|
#include "PhysicsEngine/SkinnedLevelSetElem.h"
|
||
|
|
#include "PhysicsEngine/SkinnedTriangleMeshElem.h"
|
||
|
|
#include "PhysicsEngine/SphereElem.h"
|
||
|
|
#include "PhysicsEngine/SphylElem.h"
|
||
|
|
#include "PhysicsEngine/TaperedCapsuleElem.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeAggregateGeom() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKAggregateGeom();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKBoxElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKConvexElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKLevelSetElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKMLLevelSetElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKSkinnedLevelSetElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKSphereElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKSphylElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKTaperedCapsuleElem();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FKAggregateGeom ***************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FKAggregateGeom_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FKAggregateGeom); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FKAggregateGeom); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Container for an aggregate of collision shapes */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "ToolTip", "Container for an aggregate of collision shapes" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SphereElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DisplayName", "Spheres" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoxElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DisplayName", "Boxes" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SphylElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DisplayName", "Capsules" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConvexElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DisplayName", "Convex Elements" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TaperedCapsuleElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DisplayName", "Tapered Capsules" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LevelSetElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DisplayName", "Level Sets" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkinnedLevelSetElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DevelopmentStatus", "Experimental" },
|
||
|
|
{ "DisplayName", "(Experimental) Skinned Level Sets" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MLLevelSetElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DevelopmentStatus", "Experimental" },
|
||
|
|
{ "DisplayName", "(Experimental) ML Level Sets" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkinnedTriangleMeshElems_MetaData[] = {
|
||
|
|
{ "Category", "Aggregate Geometry" },
|
||
|
|
{ "DevelopmentStatus", "Experimental" },
|
||
|
|
{ "DisplayName", "(Experimental) Skinned Triangle Meshes" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/AggregateGeom.h" },
|
||
|
|
{ "TitleProperty", "Name" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FKAggregateGeom constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SphereElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SphereElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_BoxElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SphylElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SphylElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConvexElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ConvexElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TaperedCapsuleElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_TaperedCapsuleElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LevelSetElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_LevelSetElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SkinnedLevelSetElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SkinnedLevelSetElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MLLevelSetElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_MLLevelSetElems;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SkinnedTriangleMeshElems_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SkinnedTriangleMeshElems;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FKAggregateGeom constinit property declarations *********************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FKAggregateGeom>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FKAggregateGeom_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FKAggregateGeom;
|
||
|
|
class UScriptStruct* FKAggregateGeom::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FKAggregateGeom.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FKAggregateGeom.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FKAggregateGeom, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("KAggregateGeom"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FKAggregateGeom.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FKAggregateGeom Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphereElems_Inner = { "SphereElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKSphereElem, METADATA_PARAMS(0, nullptr) }; // 3455749418
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphereElems = { "SphereElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, SphereElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SphereElems_MetaData), NewProp_SphereElems_MetaData) }; // 3455749418
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_BoxElems_Inner = { "BoxElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKBoxElem, METADATA_PARAMS(0, nullptr) }; // 3872253008
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_BoxElems = { "BoxElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, BoxElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoxElems_MetaData), NewProp_BoxElems_MetaData) }; // 3872253008
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphylElems_Inner = { "SphylElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKSphylElem, METADATA_PARAMS(0, nullptr) }; // 3459587293
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphylElems = { "SphylElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, SphylElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SphylElems_MetaData), NewProp_SphylElems_MetaData) }; // 3459587293
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_ConvexElems_Inner = { "ConvexElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKConvexElem, METADATA_PARAMS(0, nullptr) }; // 2455107469
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_ConvexElems = { "ConvexElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, ConvexElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConvexElems_MetaData), NewProp_ConvexElems_MetaData) }; // 2455107469
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_TaperedCapsuleElems_Inner = { "TaperedCapsuleElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKTaperedCapsuleElem, METADATA_PARAMS(0, nullptr) }; // 1401633124
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_TaperedCapsuleElems = { "TaperedCapsuleElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, TaperedCapsuleElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TaperedCapsuleElems_MetaData), NewProp_TaperedCapsuleElems_MetaData) }; // 1401633124
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_LevelSetElems_Inner = { "LevelSetElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKLevelSetElem, METADATA_PARAMS(0, nullptr) }; // 1228605037
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_LevelSetElems = { "LevelSetElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, LevelSetElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LevelSetElems_MetaData), NewProp_LevelSetElems_MetaData) }; // 1228605037
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedLevelSetElems_Inner = { "SkinnedLevelSetElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKSkinnedLevelSetElem, METADATA_PARAMS(0, nullptr) }; // 2631722352
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedLevelSetElems = { "SkinnedLevelSetElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, SkinnedLevelSetElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkinnedLevelSetElems_MetaData), NewProp_SkinnedLevelSetElems_MetaData) }; // 2631722352
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_MLLevelSetElems_Inner = { "MLLevelSetElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKMLLevelSetElem, METADATA_PARAMS(0, nullptr) }; // 1746462379
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_MLLevelSetElems = { "MLLevelSetElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, MLLevelSetElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MLLevelSetElems_MetaData), NewProp_MLLevelSetElems_MetaData) }; // 1746462379
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedTriangleMeshElems_Inner = { "SkinnedTriangleMeshElems", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem, METADATA_PARAMS(0, nullptr) }; // 1226232450
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedTriangleMeshElems = { "SkinnedTriangleMeshElems", nullptr, (EPropertyFlags)0x0010000000000041, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKAggregateGeom, SkinnedTriangleMeshElems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkinnedTriangleMeshElems_MetaData), NewProp_SkinnedTriangleMeshElems_MetaData) }; // 1226232450
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FKAggregateGeom_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphereElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphereElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_BoxElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_BoxElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphylElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SphylElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_ConvexElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_ConvexElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_TaperedCapsuleElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_TaperedCapsuleElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_LevelSetElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_LevelSetElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedLevelSetElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedLevelSetElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_MLLevelSetElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_MLLevelSetElems,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedTriangleMeshElems_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewProp_SkinnedTriangleMeshElems,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKAggregateGeom_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FKAggregateGeom Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FKAggregateGeom_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"KAggregateGeom",
|
||
|
|
Z_Construct_UScriptStruct_FKAggregateGeom_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKAggregateGeom_Statics::PropPointers),
|
||
|
|
sizeof(FKAggregateGeom),
|
||
|
|
alignof(FKAggregateGeom),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKAggregateGeom_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FKAggregateGeom_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FKAggregateGeom()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FKAggregateGeom.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FKAggregateGeom.InnerSingleton, Z_Construct_UScriptStruct_FKAggregateGeom_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FKAggregateGeom.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FKAggregateGeom *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_AggregateGeom_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FKAggregateGeom::StaticStruct, Z_Construct_UScriptStruct_FKAggregateGeom_Statics::NewStructOps, TEXT("KAggregateGeom"),&Z_Registration_Info_UScriptStruct_FKAggregateGeom, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FKAggregateGeom), 1110862024U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_AggregateGeom_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_AggregateGeom_h__Script_Engine_4046954989{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_AggregateGeom_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_AggregateGeom_h__Script_Engine_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|