88 lines
5.3 KiB
C++
88 lines
5.3 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/SkinnedTriangleMeshElem.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSkinnedTriangleMeshElem() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKShapeElem();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FKSkinnedTriangleMeshElem *****************************************
|
|
struct Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FKSkinnedTriangleMeshElem); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FKSkinnedTriangleMeshElem); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Classes/PhysicsEngine/SkinnedTriangleMeshElem.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FKSkinnedTriangleMeshElem constinit property declarations *********
|
|
// ********** End ScriptStruct FKSkinnedTriangleMeshElem constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FKSkinnedTriangleMeshElem>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem_Statics
|
|
static_assert(std::is_polymorphic<FKSkinnedTriangleMeshElem>() == std::is_polymorphic<FKShapeElem>(), "USTRUCT FKSkinnedTriangleMeshElem cannot be polymorphic unless super FKShapeElem is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem;
|
|
class UScriptStruct* FKSkinnedTriangleMeshElem::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("KSkinnedTriangleMeshElem"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FKShapeElem,
|
|
&NewStructOps,
|
|
"KSkinnedTriangleMeshElem",
|
|
nullptr,
|
|
0,
|
|
sizeof(FKSkinnedTriangleMeshElem),
|
|
alignof(FKSkinnedTriangleMeshElem),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem.InnerSingleton, Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FKSkinnedTriangleMeshElem *******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SkinnedTriangleMeshElem_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FKSkinnedTriangleMeshElem::StaticStruct, Z_Construct_UScriptStruct_FKSkinnedTriangleMeshElem_Statics::NewStructOps, TEXT("KSkinnedTriangleMeshElem"),&Z_Registration_Info_UScriptStruct_FKSkinnedTriangleMeshElem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FKSkinnedTriangleMeshElem), 1226232450U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SkinnedTriangleMeshElem_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SkinnedTriangleMeshElem_h__Script_Engine_2166131210{
|
|
TEXT("/Script/Engine"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SkinnedTriangleMeshElem_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_SkinnedTriangleMeshElem_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|