123 lines
5.8 KiB
C++
123 lines
5.8 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 "CommonTileView.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCommonTileView() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTileView();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTileView_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UTileView();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonTileView **********************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonTileView;
|
||
|
|
UClass* UCommonTileView::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UCommonTileView;
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonTileView.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("CommonTileView"),
|
||
|
|
Z_Registration_Info_UClass_UCommonTileView.InnerSingleton,
|
||
|
|
StaticRegisterNativesUCommonTileView,
|
||
|
|
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_UCommonTileView.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonTileView_NoRegister()
|
||
|
|
{
|
||
|
|
return UCommonTileView::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UCommonTileView_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * TileView specialized to navigate on focus for consoles & enable scrolling when not focused for touch\n */" },
|
||
|
|
{ "DisableNativeTick", "" },
|
||
|
|
{ "IncludePath", "CommonTileView.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/CommonTileView.h" },
|
||
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
||
|
|
{ "ToolTip", "TileView specialized to navigate on focus for consoles & enable scrolling when not focused for touch" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonTileView constinit property declarations **************************
|
||
|
|
// ********** End Class UCommonTileView constinit property declarations ****************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UCommonTileView>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UCommonTileView_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UCommonTileView_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UTileView,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTileView_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonTileView_Statics::ClassParams = {
|
||
|
|
&UCommonTileView::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x00A800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTileView_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonTileView_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UCommonTileView::StaticRegisterNativesUCommonTileView()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonTileView()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonTileView.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonTileView.OuterSingleton, Z_Construct_UClass_UCommonTileView_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UCommonTileView.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonTileView);
|
||
|
|
UCommonTileView::~UCommonTileView() {}
|
||
|
|
// ********** End Class UCommonTileView ************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTileView_h__Script_CommonUI_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UCommonTileView, UCommonTileView::StaticClass, TEXT("UCommonTileView"), &Z_Registration_Info_UClass_UCommonTileView, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonTileView), 2767993966U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTileView_h__Script_CommonUI_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTileView_h__Script_CommonUI_4270235079{
|
||
|
|
TEXT("/Script/CommonUI"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTileView_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTileView_h__Script_CommonUI_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|