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

258 lines
16 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 "LightingBuildInfo.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLightingBuildInfo() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
STATSVIEWER_API UClass* Z_Construct_UClass_ULightingBuildInfo();
STATSVIEWER_API UClass* Z_Construct_UClass_ULightingBuildInfo_NoRegister();
STATSVIEWER_API UEnum* Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets();
UPackage* Z_Construct_UPackage__Script_StatsViewer();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ELightingBuildInfoObjectSets **********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets;
static UEnum* ELightingBuildInfoObjectSets_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets.OuterSingleton)
{
Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets, (UObject*)Z_Construct_UPackage__Script_StatsViewer(), TEXT("ELightingBuildInfoObjectSets"));
}
return Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets.OuterSingleton;
}
template<> STATSVIEWER_NON_ATTRIBUTED_API UEnum* StaticEnum<ELightingBuildInfoObjectSets>()
{
return ELightingBuildInfoObjectSets_StaticEnum();
}
struct Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Enum defining the object sets for this stats object */" },
{ "LightingBuildInfoObjectSets_Default.DisplayName", "Default" },
{ "LightingBuildInfoObjectSets_Default.Name", "LightingBuildInfoObjectSets_Default" },
{ "LightingBuildInfoObjectSets_Default.ToolTip", "View lighting build statistics" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ToolTip", "Enum defining the object sets for this stats object" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "LightingBuildInfoObjectSets_Default", (int64)LightingBuildInfoObjectSets_Default },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_StatsViewer,
nullptr,
"ELightingBuildInfoObjectSets",
"ELightingBuildInfoObjectSets",
Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::Regular,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics::Enum_MetaDataParams), Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets()
{
if (!Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets.InnerSingleton, Z_Construct_UEnum_StatsViewer_ELightingBuildInfoObjectSets_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets.InnerSingleton;
}
// ********** End Enum ELightingBuildInfoObjectSets ************************************************
// ********** Begin Class ULightingBuildInfo *******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULightingBuildInfo;
UClass* ULightingBuildInfo::GetPrivateStaticClass()
{
using TClass = ULightingBuildInfo;
if (!Z_Registration_Info_UClass_ULightingBuildInfo.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LightingBuildInfo"),
Z_Registration_Info_UClass_ULightingBuildInfo.InnerSingleton,
StaticRegisterNativesULightingBuildInfo,
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_ULightingBuildInfo.InnerSingleton;
}
UClass* Z_Construct_UClass_ULightingBuildInfo_NoRegister()
{
return ULightingBuildInfo::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULightingBuildInfo_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Statistics page for lighting. */" },
{ "DisplayName", "Lighting Build Info" },
{ "IncludePath", "LightingBuildInfo.h" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ObjectSetType", "ELightingBuildInfoObjectSets" },
{ "ToolTip", "Statistics page for lighting." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Object_MetaData[] = {
{ "Category", "Stats" },
{ "ColumnWidth", "150" },
{ "Comment", "/** The actor and/or object that is related to this info. */" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ToolTip", "The actor and/or object that is related to this info." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LightingTime_MetaData[] = {
{ "Category", "Stats" },
{ "ColumnWidth", "200" },
{ "Comment", "/** The lighting time this object took. */" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ShowTotal", "true" },
{ "ToolTip", "The lighting time this object took." },
{ "Unit", "s" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UnmappedTexelsPercentage_MetaData[] = {
{ "Category", "Stats" },
{ "ColumnWidth", "142" },
{ "Comment", "/** The percentage of unmapped texels for this object. */" },
{ "DisplayName", "Unmapped Texels" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ShowTotal", "true" },
{ "ToolTip", "The percentage of unmapped texels for this object." },
{ "Unit", "%" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UnmappedTexelsMemory_MetaData[] = {
{ "Category", "Stats" },
{ "ColumnWidth", "194" },
{ "Comment", "/** The memory consumed by unmapped texels for this object, in KB */" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ShowTotal", "true" },
{ "ToolTip", "The memory consumed by unmapped texels for this object, in KB" },
{ "Unit", "KB" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TotalTexelMemory_MetaData[] = {
{ "Category", "Stats" },
{ "ColumnWidth", "220" },
{ "Comment", "/** The memory consumed by all texels for this object, in KB */" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ShowTotal", "true" },
{ "SortMode", "Descending" },
{ "ToolTip", "The memory consumed by all texels for this object, in KB" },
{ "Unit", "KB" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LevelName_MetaData[] = {
{ "Category", "Stats" },
{ "ColumnWidth", "168" },
{ "Comment", "/** The name of the level this object resides in */" },
{ "ModuleRelativePath", "Classes/LightingBuildInfo.h" },
{ "ToolTip", "The name of the level this object resides in" },
};
#endif // WITH_METADATA
// ********** Begin Class ULightingBuildInfo constinit property declarations ***********************
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_Object;
static const UECodeGen_Private::FFloatPropertyParams NewProp_LightingTime;
static const UECodeGen_Private::FFloatPropertyParams NewProp_UnmappedTexelsPercentage;
static const UECodeGen_Private::FFloatPropertyParams NewProp_UnmappedTexelsMemory;
static const UECodeGen_Private::FFloatPropertyParams NewProp_TotalTexelMemory;
static const UECodeGen_Private::FStrPropertyParams NewProp_LevelName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULightingBuildInfo constinit property declarations *************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULightingBuildInfo>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULightingBuildInfo_Statics
// ********** Begin Class ULightingBuildInfo Property Definitions **********************************
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_Object = { "Object", nullptr, (EPropertyFlags)0x0014010000020001, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULightingBuildInfo, Object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Object_MetaData), NewProp_Object_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_LightingTime = { "LightingTime", nullptr, (EPropertyFlags)0x0010010000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULightingBuildInfo, LightingTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LightingTime_MetaData), NewProp_LightingTime_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_UnmappedTexelsPercentage = { "UnmappedTexelsPercentage", nullptr, (EPropertyFlags)0x0010010000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULightingBuildInfo, UnmappedTexelsPercentage), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UnmappedTexelsPercentage_MetaData), NewProp_UnmappedTexelsPercentage_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_UnmappedTexelsMemory = { "UnmappedTexelsMemory", nullptr, (EPropertyFlags)0x0010010000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULightingBuildInfo, UnmappedTexelsMemory), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UnmappedTexelsMemory_MetaData), NewProp_UnmappedTexelsMemory_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_TotalTexelMemory = { "TotalTexelMemory", nullptr, (EPropertyFlags)0x0010010000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULightingBuildInfo, TotalTexelMemory), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TotalTexelMemory_MetaData), NewProp_TotalTexelMemory_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_LevelName = { "LevelName", nullptr, (EPropertyFlags)0x0010010000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULightingBuildInfo, LevelName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LevelName_MetaData), NewProp_LevelName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULightingBuildInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_Object,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_LightingTime,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_UnmappedTexelsPercentage,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_UnmappedTexelsMemory,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_TotalTexelMemory,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULightingBuildInfo_Statics::NewProp_LevelName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULightingBuildInfo_Statics::PropPointers) < 2048);
// ********** End Class ULightingBuildInfo Property Definitions ************************************
UObject* (*const Z_Construct_UClass_ULightingBuildInfo_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_StatsViewer,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULightingBuildInfo_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULightingBuildInfo_Statics::ClassParams = {
&ULightingBuildInfo::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULightingBuildInfo_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULightingBuildInfo_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULightingBuildInfo_Statics::Class_MetaDataParams), Z_Construct_UClass_ULightingBuildInfo_Statics::Class_MetaDataParams)
};
void ULightingBuildInfo::StaticRegisterNativesULightingBuildInfo()
{
}
UClass* Z_Construct_UClass_ULightingBuildInfo()
{
if (!Z_Registration_Info_UClass_ULightingBuildInfo.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULightingBuildInfo.OuterSingleton, Z_Construct_UClass_ULightingBuildInfo_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULightingBuildInfo.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULightingBuildInfo);
ULightingBuildInfo::~ULightingBuildInfo() {}
// ********** End Class ULightingBuildInfo *********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_StatsViewer_Classes_LightingBuildInfo_h__Script_StatsViewer_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ELightingBuildInfoObjectSets_StaticEnum, TEXT("ELightingBuildInfoObjectSets"), &Z_Registration_Info_UEnum_ELightingBuildInfoObjectSets, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3051985988U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULightingBuildInfo, ULightingBuildInfo::StaticClass, TEXT("ULightingBuildInfo"), &Z_Registration_Info_UClass_ULightingBuildInfo, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULightingBuildInfo), 119421516U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_StatsViewer_Classes_LightingBuildInfo_h__Script_StatsViewer_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_StatsViewer_Classes_LightingBuildInfo_h__Script_StatsViewer_3566559620{
TEXT("/Script/StatsViewer"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_StatsViewer_Classes_LightingBuildInfo_h__Script_StatsViewer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_StatsViewer_Classes_LightingBuildInfo_h__Script_StatsViewer_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Editor_StatsViewer_Classes_LightingBuildInfo_h__Script_StatsViewer_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_StatsViewer_Classes_LightingBuildInfo_h__Script_StatsViewer_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS