159 lines
11 KiB
C++
159 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 "PhysicsEngine/SphylElem.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeSphylElem() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FMatrix();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKShapeElem();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKSphylElem();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FKSphylElem *******************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FKSphylElem_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FKSphylElem); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FKSphylElem); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Capsule shape used for collision. Z axis is capsule axis. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SphylElem.h" },
|
||
|
|
{ "ToolTip", "Capsule shape used for collision. Z axis is capsule axis." },
|
||
|
|
};
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TM_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SphylElem.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Orientation_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SphylElem.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = {
|
||
|
|
{ "Category", "Capsule" },
|
||
|
|
{ "Comment", "/** Position of the capsule's origin */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SphylElem.h" },
|
||
|
|
{ "ToolTip", "Position of the capsule's origin" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Rotation_MetaData[] = {
|
||
|
|
{ "Category", "Capsule" },
|
||
|
|
{ "ClampMax", "360" },
|
||
|
|
{ "ClampMin", "-360" },
|
||
|
|
{ "Comment", "/** Rotation of the capsule */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SphylElem.h" },
|
||
|
|
{ "ToolTip", "Rotation of the capsule" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
||
|
|
{ "Category", "Capsule" },
|
||
|
|
{ "Comment", "/** Radius of the capsule */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SphylElem.h" },
|
||
|
|
{ "ToolTip", "Radius of the capsule" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Length_MetaData[] = {
|
||
|
|
{ "Category", "Capsule" },
|
||
|
|
{ "Comment", "/** This is of line-segment ie. add Radius to both ends to find total length. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SphylElem.h" },
|
||
|
|
{ "ToolTip", "This is of line-segment ie. add Radius to both ends to find total length." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FKSphylElem constinit property declarations ***********************
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TM;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Orientation;
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Center;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Length;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FKSphylElem constinit property declarations *************************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FKSphylElem>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FKSphylElem_Statics
|
||
|
|
static_assert(std::is_polymorphic<FKSphylElem>() == std::is_polymorphic<FKShapeElem>(), "USTRUCT FKSphylElem cannot be polymorphic unless super FKShapeElem is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FKSphylElem;
|
||
|
|
class UScriptStruct* FKSphylElem::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FKSphylElem.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FKSphylElem.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FKSphylElem, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("KSphylElem"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FKSphylElem.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FKSphylElem Property Definitions **********************************
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_TM = { "TM", nullptr, (EPropertyFlags)0x0010000820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKSphylElem, TM_DEPRECATED), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TM_MetaData), NewProp_TM_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Orientation = { "Orientation", nullptr, (EPropertyFlags)0x0010000820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKSphylElem, Orientation_DEPRECATED), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Orientation_MetaData), NewProp_Orientation_MetaData) };
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKSphylElem, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKSphylElem, Rotation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Rotation_MetaData), NewProp_Rotation_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKSphylElem, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Length = { "Length", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKSphylElem, Length), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Length_MetaData), NewProp_Length_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FKSphylElem_Statics::PropPointers[] = {
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_TM,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Orientation,
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Center,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Rotation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Radius,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKSphylElem_Statics::NewProp_Length,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKSphylElem_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FKSphylElem Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FKSphylElem_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
Z_Construct_UScriptStruct_FKShapeElem,
|
||
|
|
&NewStructOps,
|
||
|
|
"KSphylElem",
|
||
|
|
Z_Construct_UScriptStruct_FKSphylElem_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKSphylElem_Statics::PropPointers),
|
||
|
|
sizeof(FKSphylElem),
|
||
|
|
alignof(FKSphylElem),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKSphylElem_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FKSphylElem_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FKSphylElem()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FKSphylElem.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FKSphylElem.InnerSingleton, Z_Construct_UScriptStruct_FKSphylElem_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FKSphylElem.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FKSphylElem *********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SphylElem_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FKSphylElem::StaticStruct, Z_Construct_UScriptStruct_FKSphylElem_Statics::NewStructOps, TEXT("KSphylElem"),&Z_Registration_Info_UScriptStruct_FKSphylElem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FKSphylElem), 3459587293U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SphylElem_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SphylElem_h__Script_Engine_1110210316{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SphylElem_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SphylElem_h__Script_Engine_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|