Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/CommonUI/UHT/CommonTreeView.gen.cpp

122 lines
5.7 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "CommonTreeView.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCommonTreeView() {}
// ********** Begin Cross Module References ********************************************************
COMMONUI_API UClass* Z_Construct_UClass_UCommonTreeView();
COMMONUI_API UClass* Z_Construct_UClass_UCommonTreeView_NoRegister();
UMG_API UClass* Z_Construct_UClass_UTreeView();
UPackage* Z_Construct_UPackage__Script_CommonUI();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCommonTreeView **********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonTreeView;
UClass* UCommonTreeView::GetPrivateStaticClass()
{
using TClass = UCommonTreeView;
if (!Z_Registration_Info_UClass_UCommonTreeView.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonTreeView"),
Z_Registration_Info_UClass_UCommonTreeView.InnerSingleton,
StaticRegisterNativesUCommonTreeView,
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_UCommonTreeView.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonTreeView_NoRegister()
{
return UCommonTreeView::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonTreeView_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * TreeView specialized to navigate on focus for consoles & enable scrolling when not focused for touch\n */" },
{ "IncludePath", "CommonTreeView.h" },
{ "ModuleRelativePath", "Public/CommonTreeView.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "TreeView specialized to navigate on focus for consoles & enable scrolling when not focused for touch" },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonTreeView constinit property declarations **************************
// ********** End Class UCommonTreeView constinit property declarations ****************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonTreeView>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonTreeView_Statics
UObject* (*const Z_Construct_UClass_UCommonTreeView_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UTreeView,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTreeView_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonTreeView_Statics::ClassParams = {
&UCommonTreeView::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTreeView_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonTreeView_Statics::Class_MetaDataParams)
};
void UCommonTreeView::StaticRegisterNativesUCommonTreeView()
{
}
UClass* Z_Construct_UClass_UCommonTreeView()
{
if (!Z_Registration_Info_UClass_UCommonTreeView.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonTreeView.OuterSingleton, Z_Construct_UClass_UCommonTreeView_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonTreeView.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonTreeView);
UCommonTreeView::~UCommonTreeView() {}
// ********** End Class UCommonTreeView ************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTreeView_h__Script_CommonUI_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCommonTreeView, UCommonTreeView::StaticClass, TEXT("UCommonTreeView"), &Z_Registration_Info_UClass_UCommonTreeView, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonTreeView), 805795625U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTreeView_h__Script_CommonUI_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTreeView_h__Script_CommonUI_2725670280{
TEXT("/Script/CommonUI"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTreeView_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTreeView_h__Script_CommonUI_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS