213 lines
14 KiB
C++
213 lines
14 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 "RenderResourceViewerSettings.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeRenderResourceViewerSettings() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
|
||
|
|
RENDERRESOURCEVIEWER_API UClass* Z_Construct_UClass_URenderResourceViewerSettings();
|
||
|
|
RENDERRESOURCEVIEWER_API UClass* Z_Construct_UClass_URenderResourceViewerSettings_NoRegister();
|
||
|
|
RENDERRESOURCEVIEWER_API UScriptStruct* Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_RenderResourceViewer();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRenderResourceViewerTreemapFilter ********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRenderResourceViewerTreemapFilter); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRenderResourceViewerTreemapFilter); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/RenderResourceViewerSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FilterString_MetaData[] = {
|
||
|
|
{ "Category", "Section" },
|
||
|
|
{ "ModuleRelativePath", "Public/RenderResourceViewerSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DisplayName_MetaData[] = {
|
||
|
|
{ "Category", "Section" },
|
||
|
|
{ "ModuleRelativePath", "Public/RenderResourceViewerSettings.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRenderResourceViewerTreemapFilter constinit property declarations
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_FilterString;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DisplayName;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FRenderResourceViewerTreemapFilter constinit property declarations **
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRenderResourceViewerTreemapFilter>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter;
|
||
|
|
class UScriptStruct* FRenderResourceViewerTreemapFilter::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter, (UObject*)Z_Construct_UPackage__Script_RenderResourceViewer(), TEXT("RenderResourceViewerTreemapFilter"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRenderResourceViewerTreemapFilter Property Definitions ***********
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::NewProp_FilterString = { "FilterString", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRenderResourceViewerTreemapFilter, FilterString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FilterString_MetaData), NewProp_FilterString_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::NewProp_DisplayName = { "DisplayName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRenderResourceViewerTreemapFilter, DisplayName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DisplayName_MetaData), NewProp_DisplayName_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::NewProp_FilterString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::NewProp_DisplayName,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FRenderResourceViewerTreemapFilter Property Definitions *************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RenderResourceViewer,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"RenderResourceViewerTreemapFilter",
|
||
|
|
Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::PropPointers),
|
||
|
|
sizeof(FRenderResourceViewerTreemapFilter),
|
||
|
|
alignof(FRenderResourceViewerTreemapFilter),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter.InnerSingleton, Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FRenderResourceViewerTreemapFilter **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class URenderResourceViewerSettings ********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URenderResourceViewerSettings;
|
||
|
|
UClass* URenderResourceViewerSettings::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = URenderResourceViewerSettings;
|
||
|
|
if (!Z_Registration_Info_UClass_URenderResourceViewerSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("RenderResourceViewerSettings"),
|
||
|
|
Z_Registration_Info_UClass_URenderResourceViewerSettings.InnerSingleton,
|
||
|
|
StaticRegisterNativesURenderResourceViewerSettings,
|
||
|
|
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_URenderResourceViewerSettings.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URenderResourceViewerSettings_NoRegister()
|
||
|
|
{
|
||
|
|
return URenderResourceViewerSettings::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_URenderResourceViewerSettings_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "DisplayName", "Render Resource Viewer" },
|
||
|
|
{ "IncludePath", "RenderResourceViewerSettings.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/RenderResourceViewerSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Filters_MetaData[] = {
|
||
|
|
{ "Category", "Treemap" },
|
||
|
|
{ "ModuleRelativePath", "Public/RenderResourceViewerSettings.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class URenderResourceViewerSettings constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Filters_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Filters;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class URenderResourceViewerSettings constinit property declarations **************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<URenderResourceViewerSettings>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_URenderResourceViewerSettings_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class URenderResourceViewerSettings Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URenderResourceViewerSettings_Statics::NewProp_Filters_Inner = { "Filters", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter, METADATA_PARAMS(0, nullptr) }; // 2879853579
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_URenderResourceViewerSettings_Statics::NewProp_Filters = { "Filters", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URenderResourceViewerSettings, Filters), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Filters_MetaData), NewProp_Filters_MetaData) }; // 2879853579
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URenderResourceViewerSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URenderResourceViewerSettings_Statics::NewProp_Filters_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URenderResourceViewerSettings_Statics::NewProp_Filters,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URenderResourceViewerSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class URenderResourceViewerSettings Property Definitions *************************
|
||
|
|
UObject* (*const Z_Construct_UClass_URenderResourceViewerSettings_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RenderResourceViewer,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URenderResourceViewerSettings_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URenderResourceViewerSettings_Statics::ClassParams = {
|
||
|
|
&URenderResourceViewerSettings::StaticClass,
|
||
|
|
"Editor",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_URenderResourceViewerSettings_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URenderResourceViewerSettings_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A6u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URenderResourceViewerSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_URenderResourceViewerSettings_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void URenderResourceViewerSettings::StaticRegisterNativesURenderResourceViewerSettings()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URenderResourceViewerSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_URenderResourceViewerSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URenderResourceViewerSettings.OuterSingleton, Z_Construct_UClass_URenderResourceViewerSettings_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_URenderResourceViewerSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URenderResourceViewerSettings);
|
||
|
|
URenderResourceViewerSettings::~URenderResourceViewerSettings() {}
|
||
|
|
// ********** End Class URenderResourceViewerSettings **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_RenderResourceViewer_Public_RenderResourceViewerSettings_h__Script_RenderResourceViewer_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FRenderResourceViewerTreemapFilter::StaticStruct, Z_Construct_UScriptStruct_FRenderResourceViewerTreemapFilter_Statics::NewStructOps, TEXT("RenderResourceViewerTreemapFilter"),&Z_Registration_Info_UScriptStruct_FRenderResourceViewerTreemapFilter, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRenderResourceViewerTreemapFilter), 2879853579U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_URenderResourceViewerSettings, URenderResourceViewerSettings::StaticClass, TEXT("URenderResourceViewerSettings"), &Z_Registration_Info_UClass_URenderResourceViewerSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URenderResourceViewerSettings), 2840072057U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_RenderResourceViewer_Public_RenderResourceViewerSettings_h__Script_RenderResourceViewer_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_RenderResourceViewer_Public_RenderResourceViewerSettings_h__Script_RenderResourceViewer_1533486055{
|
||
|
|
TEXT("/Script/RenderResourceViewer"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_RenderResourceViewer_Public_RenderResourceViewerSettings_h__Script_RenderResourceViewer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_RenderResourceViewer_Public_RenderResourceViewerSettings_h__Script_RenderResourceViewer_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_RenderResourceViewer_Public_RenderResourceViewerSettings_h__Script_RenderResourceViewer_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_RenderResourceViewer_Public_RenderResourceViewerSettings_h__Script_RenderResourceViewer_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|