138 lines
7.2 KiB
C++
138 lines
7.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 "LODInfoUILayout.h"
|
|
#include "Engine/SkinnedAssetCommon.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeLODInfoUILayout() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSkeletalMeshLODInfo();
|
|
PERSONA_API UClass* Z_Construct_UClass_ULODInfoUILayout();
|
|
PERSONA_API UClass* Z_Construct_UClass_ULODInfoUILayout_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_Persona();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class ULODInfoUILayout *********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_ULODInfoUILayout;
|
|
UClass* ULODInfoUILayout::GetPrivateStaticClass()
|
|
{
|
|
using TClass = ULODInfoUILayout;
|
|
if (!Z_Registration_Info_UClass_ULODInfoUILayout.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("LODInfoUILayout"),
|
|
Z_Registration_Info_UClass_ULODInfoUILayout.InnerSingleton,
|
|
StaticRegisterNativesULODInfoUILayout,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_ULODInfoUILayout.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_ULODInfoUILayout_NoRegister()
|
|
{
|
|
return ULODInfoUILayout::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_ULODInfoUILayout_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Object" },
|
|
{ "IncludePath", "LODInfoUILayout.h" },
|
|
{ "ModuleRelativePath", "Private/LODInfoUILayout.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LODInfo_MetaData[] = {
|
|
{ "Category", "LevelOfDetail" },
|
|
{ "Comment", "/** Struct containing information for a LOD level, such as materials to use, and when use the LOD. */" },
|
|
{ "ModuleRelativePath", "Private/LODInfoUILayout.h" },
|
|
{ "ToolTip", "Struct containing information for a LOD level, such as materials to use, and when use the LOD." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class ULODInfoUILayout constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LODInfo;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class ULODInfoUILayout constinit property declarations ***************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<ULODInfoUILayout>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_ULODInfoUILayout_Statics
|
|
|
|
// ********** Begin Class ULODInfoUILayout Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_ULODInfoUILayout_Statics::NewProp_LODInfo = { "LODInfo", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULODInfoUILayout, LODInfo), Z_Construct_UScriptStruct_FSkeletalMeshLODInfo, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LODInfo_MetaData), NewProp_LODInfo_MetaData) }; // 3587952596
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULODInfoUILayout_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULODInfoUILayout_Statics::NewProp_LODInfo,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULODInfoUILayout_Statics::PropPointers) < 2048);
|
|
// ********** End Class ULODInfoUILayout Property Definitions **************************************
|
|
UObject* (*const Z_Construct_UClass_ULODInfoUILayout_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Persona,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULODInfoUILayout_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULODInfoUILayout_Statics::ClassParams = {
|
|
&ULODInfoUILayout::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_ULODInfoUILayout_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_ULODInfoUILayout_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULODInfoUILayout_Statics::Class_MetaDataParams), Z_Construct_UClass_ULODInfoUILayout_Statics::Class_MetaDataParams)
|
|
};
|
|
void ULODInfoUILayout::StaticRegisterNativesULODInfoUILayout()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_ULODInfoUILayout()
|
|
{
|
|
if (!Z_Registration_Info_UClass_ULODInfoUILayout.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULODInfoUILayout.OuterSingleton, Z_Construct_UClass_ULODInfoUILayout_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_ULODInfoUILayout.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULODInfoUILayout);
|
|
ULODInfoUILayout::~ULODInfoUILayout() {}
|
|
// ********** End Class ULODInfoUILayout ***********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Private_LODInfoUILayout_h__Script_Persona_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_ULODInfoUILayout, ULODInfoUILayout::StaticClass, TEXT("ULODInfoUILayout"), &Z_Registration_Info_UClass_ULODInfoUILayout, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULODInfoUILayout), 3534149077U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Private_LODInfoUILayout_h__Script_Persona_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Private_LODInfoUILayout_h__Script_Persona_2247958448{
|
|
TEXT("/Script/Persona"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Private_LODInfoUILayout_h__Script_Persona_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Private_LODInfoUILayout_h__Script_Persona_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|