Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Engine/UHT/SkinnedLevelSetElem.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

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