Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/UMG/UHT/OverlaySlot.gen.cpp

373 lines
23 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 "Components/OverlaySlot.h"
#include "Layout/Margin.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOverlaySlot() {}
// ********** Begin Cross Module References ********************************************************
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EHorizontalAlignment();
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EVerticalAlignment();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
UMG_API UClass* Z_Construct_UClass_UOverlaySlot();
UMG_API UClass* Z_Construct_UClass_UOverlaySlot_NoRegister();
UMG_API UClass* Z_Construct_UClass_UPanelSlot();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOverlaySlot Function SetHorizontalAlignment *****************************
struct Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics
{
struct OverlaySlot_eventSetHorizontalAlignment_Parms
{
TEnumAsByte<EHorizontalAlignment> InHorizontalAlignment;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Overlay Slot" },
{ "Comment", "/** Set the alignment of the object horizontally. */" },
{ "ModuleRelativePath", "Public/Components/OverlaySlot.h" },
{ "ToolTip", "Set the alignment of the object horizontally." },
};
#endif // WITH_METADATA
// ********** Begin Function SetHorizontalAlignment constinit property declarations ****************
static const UECodeGen_Private::FBytePropertyParams NewProp_InHorizontalAlignment;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetHorizontalAlignment constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetHorizontalAlignment Property Definitions ***************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(OverlaySlot_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::PropPointers) < 2048);
// ********** End Function SetHorizontalAlignment Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UOverlaySlot, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::OverlaySlot_eventSetHorizontalAlignment_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::OverlaySlot_eventSetHorizontalAlignment_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UOverlaySlot::execSetHorizontalAlignment)
{
P_GET_PROPERTY(FByteProperty,Z_Param_InHorizontalAlignment);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetHorizontalAlignment(EHorizontalAlignment(Z_Param_InHorizontalAlignment));
P_NATIVE_END;
}
// ********** End Class UOverlaySlot Function SetHorizontalAlignment *******************************
// ********** Begin Class UOverlaySlot Function SetPadding *****************************************
struct Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics
{
struct OverlaySlot_eventSetPadding_Parms
{
FMargin InPadding;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Overlay Slot" },
{ "Comment", "/** Set padding area between the slot and the content it contains. */" },
{ "ModuleRelativePath", "Public/Components/OverlaySlot.h" },
{ "ToolTip", "Set padding area between the slot and the content it contains." },
};
#endif // WITH_METADATA
// ********** Begin Function SetPadding constinit property declarations ****************************
static const UECodeGen_Private::FStructPropertyParams NewProp_InPadding;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetPadding constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetPadding Property Definitions ***************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(OverlaySlot_eventSetPadding_Parms, InPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::NewProp_InPadding,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::PropPointers) < 2048);
// ********** End Function SetPadding Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UOverlaySlot, nullptr, "SetPadding", Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::OverlaySlot_eventSetPadding_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::OverlaySlot_eventSetPadding_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UOverlaySlot_SetPadding()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UOverlaySlot_SetPadding_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UOverlaySlot::execSetPadding)
{
P_GET_STRUCT(FMargin,Z_Param_InPadding);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPadding(Z_Param_InPadding);
P_NATIVE_END;
}
// ********** End Class UOverlaySlot Function SetPadding *******************************************
// ********** Begin Class UOverlaySlot Function SetVerticalAlignment *******************************
struct Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics
{
struct OverlaySlot_eventSetVerticalAlignment_Parms
{
TEnumAsByte<EVerticalAlignment> InVerticalAlignment;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Overlay Slot" },
{ "Comment", "/** Set the alignment of the object vertically. */" },
{ "ModuleRelativePath", "Public/Components/OverlaySlot.h" },
{ "ToolTip", "Set the alignment of the object vertically." },
};
#endif // WITH_METADATA
// ********** Begin Function SetVerticalAlignment constinit property declarations ******************
static const UECodeGen_Private::FBytePropertyParams NewProp_InVerticalAlignment;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetVerticalAlignment constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetVerticalAlignment Property Definitions *****************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment = { "InVerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(OverlaySlot_eventSetVerticalAlignment_Parms, InVerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(0, nullptr) }; // 2496106429
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::PropPointers) < 2048);
// ********** End Function SetVerticalAlignment Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UOverlaySlot, nullptr, "SetVerticalAlignment", Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::OverlaySlot_eventSetVerticalAlignment_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::OverlaySlot_eventSetVerticalAlignment_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UOverlaySlot::execSetVerticalAlignment)
{
P_GET_PROPERTY(FByteProperty,Z_Param_InVerticalAlignment);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetVerticalAlignment(EVerticalAlignment(Z_Param_InVerticalAlignment));
P_NATIVE_END;
}
// ********** End Class UOverlaySlot Function SetVerticalAlignment *********************************
// ********** Begin Class UOverlaySlot *************************************************************
void UOverlaySlot::GetPadding_WrapperImpl(const void* Object, void* OutValue)
{
const UOverlaySlot* Obj = (const UOverlaySlot*)Object;
FMargin& Result = *(FMargin*)OutValue;
Result = (FMargin)Obj->GetPadding();
}
void UOverlaySlot::SetPadding_WrapperImpl(void* Object, const void* InValue)
{
UOverlaySlot* Obj = (UOverlaySlot*)Object;
FMargin& Value = *(FMargin*)InValue;
Obj->SetPadding(Value);
}
void UOverlaySlot::GetHorizontalAlignment_WrapperImpl(const void* Object, void* OutValue)
{
const UOverlaySlot* Obj = (const UOverlaySlot*)Object;
uint8& Result = *(uint8*)OutValue;
Result = (uint8)Obj->GetHorizontalAlignment();
}
void UOverlaySlot::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue)
{
UOverlaySlot* Obj = (UOverlaySlot*)Object;
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
Obj->SetHorizontalAlignment(Value);
}
void UOverlaySlot::GetVerticalAlignment_WrapperImpl(const void* Object, void* OutValue)
{
const UOverlaySlot* Obj = (const UOverlaySlot*)Object;
uint8& Result = *(uint8*)OutValue;
Result = (uint8)Obj->GetVerticalAlignment();
}
void UOverlaySlot::SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue)
{
UOverlaySlot* Obj = (UOverlaySlot*)Object;
EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue;
Obj->SetVerticalAlignment(Value);
}
FClassRegistrationInfo Z_Registration_Info_UClass_UOverlaySlot;
UClass* UOverlaySlot::GetPrivateStaticClass()
{
using TClass = UOverlaySlot;
if (!Z_Registration_Info_UClass_UOverlaySlot.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OverlaySlot"),
Z_Registration_Info_UClass_UOverlaySlot.InnerSingleton,
StaticRegisterNativesUOverlaySlot,
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_UOverlaySlot.InnerSingleton;
}
UClass* Z_Construct_UClass_UOverlaySlot_NoRegister()
{
return UOverlaySlot::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOverlaySlot_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Slot for the UOverlay panel. Allows content to be hover above other content. */" },
{ "IncludePath", "Components/OverlaySlot.h" },
{ "ModuleRelativePath", "Public/Components/OverlaySlot.h" },
{ "ToolTip", "Slot for the UOverlay panel. Allows content to be hover above other content." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = {
{ "BlueprintSetter", "SetPadding" },
{ "Category", "Layout|Overlay Slot" },
{ "Comment", "/** The padding area between the slot and the content it contains. */" },
{ "ModuleRelativePath", "Public/Components/OverlaySlot.h" },
{ "ToolTip", "The padding area between the slot and the content it contains." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HorizontalAlignment_MetaData[] = {
{ "BlueprintSetter", "SetHorizontalAlignment" },
{ "Category", "Layout|Overlay Slot" },
{ "Comment", "/** The alignment of the object horizontally. */" },
{ "ModuleRelativePath", "Public/Components/OverlaySlot.h" },
{ "ToolTip", "The alignment of the object horizontally." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VerticalAlignment_MetaData[] = {
{ "BlueprintSetter", "SetVerticalAlignment" },
{ "Category", "Layout|Overlay Slot" },
{ "Comment", "/** The alignment of the object vertically. */" },
{ "ModuleRelativePath", "Public/Components/OverlaySlot.h" },
{ "ToolTip", "The alignment of the object vertically." },
};
#endif // WITH_METADATA
// ********** Begin Class UOverlaySlot constinit property declarations *****************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Padding;
static const UECodeGen_Private::FBytePropertyParams NewProp_HorizontalAlignment;
static const UECodeGen_Private::FBytePropertyParams NewProp_VerticalAlignment;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UOverlaySlot constinit property declarations *******************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UOverlaySlot::execSetHorizontalAlignment },
{ .NameUTF8 = UTF8TEXT("SetPadding"), .Pointer = &UOverlaySlot::execSetPadding },
{ .NameUTF8 = UTF8TEXT("SetVerticalAlignment"), .Pointer = &UOverlaySlot::execSetVerticalAlignment },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UOverlaySlot_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 363757095
{ &Z_Construct_UFunction_UOverlaySlot_SetPadding, "SetPadding" }, // 821087279
{ &Z_Construct_UFunction_UOverlaySlot_SetVerticalAlignment, "SetVerticalAlignment" }, // 3811136838
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOverlaySlot>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOverlaySlot_Statics
// ********** Begin Class UOverlaySlot Property Definitions ****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UOverlaySlot_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UOverlaySlot::SetPadding_WrapperImpl, &UOverlaySlot::GetPadding_WrapperImpl, 1, STRUCT_OFFSET(UOverlaySlot, Padding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UOverlaySlot_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UOverlaySlot::SetHorizontalAlignment_WrapperImpl, &UOverlaySlot::GetHorizontalAlignment_WrapperImpl, 1, STRUCT_OFFSET(UOverlaySlot, HorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HorizontalAlignment_MetaData), NewProp_HorizontalAlignment_MetaData) }; // 990570535
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UOverlaySlot_Statics::NewProp_VerticalAlignment = { "VerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UOverlaySlot::SetVerticalAlignment_WrapperImpl, &UOverlaySlot::GetVerticalAlignment_WrapperImpl, 1, STRUCT_OFFSET(UOverlaySlot, VerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VerticalAlignment_MetaData), NewProp_VerticalAlignment_MetaData) }; // 2496106429
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UOverlaySlot_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOverlaySlot_Statics::NewProp_Padding,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOverlaySlot_Statics::NewProp_HorizontalAlignment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOverlaySlot_Statics::NewProp_VerticalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOverlaySlot_Statics::PropPointers) < 2048);
// ********** End Class UOverlaySlot Property Definitions ******************************************
UObject* (*const Z_Construct_UClass_UOverlaySlot_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPanelSlot,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOverlaySlot_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOverlaySlot_Statics::ClassParams = {
&UOverlaySlot::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UOverlaySlot_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UOverlaySlot_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOverlaySlot_Statics::Class_MetaDataParams), Z_Construct_UClass_UOverlaySlot_Statics::Class_MetaDataParams)
};
void UOverlaySlot::StaticRegisterNativesUOverlaySlot()
{
UClass* Class = UOverlaySlot::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UOverlaySlot_Statics::Funcs));
}
UClass* Z_Construct_UClass_UOverlaySlot()
{
if (!Z_Registration_Info_UClass_UOverlaySlot.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOverlaySlot.OuterSingleton, Z_Construct_UClass_UOverlaySlot_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOverlaySlot.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOverlaySlot);
UOverlaySlot::~UOverlaySlot() {}
// ********** End Class UOverlaySlot ***************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_OverlaySlot_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOverlaySlot, UOverlaySlot::StaticClass, TEXT("UOverlaySlot"), &Z_Registration_Info_UClass_UOverlaySlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOverlaySlot), 4084687780U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_OverlaySlot_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_OverlaySlot_h__Script_UMG_569572295{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_OverlaySlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_OverlaySlot_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS