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

349 lines
22 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/WidgetSwitcherSlot.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 EmptyLinkFunctionForGeneratedCodeWidgetSwitcherSlot() {}
// ********** 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_UPanelSlot();
UMG_API UClass* Z_Construct_UClass_UWidgetSwitcherSlot();
UMG_API UClass* Z_Construct_UClass_UWidgetSwitcherSlot_NoRegister();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UWidgetSwitcherSlot Function SetHorizontalAlignment **********************
struct Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics
{
struct WidgetSwitcherSlot_eventSetHorizontalAlignment_Parms
{
TEnumAsByte<EHorizontalAlignment> InHorizontalAlignment;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Widget Switcher Slot" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcherSlot.h" },
};
#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_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcherSlot_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::PropPointers) < 2048);
// ********** End Function SetHorizontalAlignment Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcherSlot, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::WidgetSwitcherSlot_eventSetHorizontalAlignment_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::WidgetSwitcherSlot_eventSetHorizontalAlignment_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcherSlot::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 UWidgetSwitcherSlot Function SetHorizontalAlignment ************************
// ********** Begin Class UWidgetSwitcherSlot Function SetPadding **********************************
struct Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics
{
struct WidgetSwitcherSlot_eventSetPadding_Parms
{
FMargin InPadding;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Widget Switcher Slot" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcherSlot.h" },
};
#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_UWidgetSwitcherSlot_SetPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcherSlot_eventSetPadding_Parms, InPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::NewProp_InPadding,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::PropPointers) < 2048);
// ********** End Function SetPadding Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcherSlot, nullptr, "SetPadding", Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::WidgetSwitcherSlot_eventSetPadding_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::WidgetSwitcherSlot_eventSetPadding_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcherSlot::execSetPadding)
{
P_GET_STRUCT(FMargin,Z_Param_InPadding);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPadding(Z_Param_InPadding);
P_NATIVE_END;
}
// ********** End Class UWidgetSwitcherSlot Function SetPadding ************************************
// ********** Begin Class UWidgetSwitcherSlot Function SetVerticalAlignment ************************
struct Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics
{
struct WidgetSwitcherSlot_eventSetVerticalAlignment_Parms
{
TEnumAsByte<EVerticalAlignment> InVerticalAlignment;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Widget Switcher Slot" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcherSlot.h" },
};
#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_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment = { "InVerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WidgetSwitcherSlot_eventSetVerticalAlignment_Parms, InVerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(0, nullptr) }; // 2496106429
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::PropPointers) < 2048);
// ********** End Function SetVerticalAlignment Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWidgetSwitcherSlot, nullptr, "SetVerticalAlignment", Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::WidgetSwitcherSlot_eventSetVerticalAlignment_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::WidgetSwitcherSlot_eventSetVerticalAlignment_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWidgetSwitcherSlot::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 UWidgetSwitcherSlot Function SetVerticalAlignment **************************
// ********** Begin Class UWidgetSwitcherSlot ******************************************************
void UWidgetSwitcherSlot::SetPadding_WrapperImpl(void* Object, const void* InValue)
{
UWidgetSwitcherSlot* Obj = (UWidgetSwitcherSlot*)Object;
FMargin& Value = *(FMargin*)InValue;
Obj->SetPadding(Value);
}
void UWidgetSwitcherSlot::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue)
{
UWidgetSwitcherSlot* Obj = (UWidgetSwitcherSlot*)Object;
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
Obj->SetHorizontalAlignment(Value);
}
void UWidgetSwitcherSlot::SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue)
{
UWidgetSwitcherSlot* Obj = (UWidgetSwitcherSlot*)Object;
EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue;
Obj->SetVerticalAlignment(Value);
}
FClassRegistrationInfo Z_Registration_Info_UClass_UWidgetSwitcherSlot;
UClass* UWidgetSwitcherSlot::GetPrivateStaticClass()
{
using TClass = UWidgetSwitcherSlot;
if (!Z_Registration_Info_UClass_UWidgetSwitcherSlot.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("WidgetSwitcherSlot"),
Z_Registration_Info_UClass_UWidgetSwitcherSlot.InnerSingleton,
StaticRegisterNativesUWidgetSwitcherSlot,
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_UWidgetSwitcherSlot.InnerSingleton;
}
UClass* Z_Construct_UClass_UWidgetSwitcherSlot_NoRegister()
{
return UWidgetSwitcherSlot::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UWidgetSwitcherSlot_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** The Slot for the UWidgetSwitcher, contains the widget that is flowed vertically */" },
{ "IncludePath", "Components/WidgetSwitcherSlot.h" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcherSlot.h" },
{ "ToolTip", "The Slot for the UWidgetSwitcher, contains the widget that is flowed vertically" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = {
{ "BlueprintSetter", "SetPadding" },
{ "Category", "Layout|Widget Switcher Slot" },
{ "Comment", "/** The padding area between the slot and the content it contains. */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcherSlot.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|Widget Switcher Slot" },
{ "Comment", "/** The alignment of the object horizontally. */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcherSlot.h" },
{ "ToolTip", "The alignment of the object horizontally." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VerticalAlignment_MetaData[] = {
{ "BlueprintSetter", "SetVerticalAlignment" },
{ "Category", "Layout|Widget Switcher Slot" },
{ "Comment", "/** The alignment of the object vertically. */" },
{ "ModuleRelativePath", "Public/Components/WidgetSwitcherSlot.h" },
{ "ToolTip", "The alignment of the object vertically." },
};
#endif // WITH_METADATA
// ********** Begin Class UWidgetSwitcherSlot 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 UWidgetSwitcherSlot constinit property declarations ************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UWidgetSwitcherSlot::execSetHorizontalAlignment },
{ .NameUTF8 = UTF8TEXT("SetPadding"), .Pointer = &UWidgetSwitcherSlot::execSetPadding },
{ .NameUTF8 = UTF8TEXT("SetVerticalAlignment"), .Pointer = &UWidgetSwitcherSlot::execSetVerticalAlignment },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UWidgetSwitcherSlot_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 3960843915
{ &Z_Construct_UFunction_UWidgetSwitcherSlot_SetPadding, "SetPadding" }, // 2260482615
{ &Z_Construct_UFunction_UWidgetSwitcherSlot_SetVerticalAlignment, "SetVerticalAlignment" }, // 3323139754
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UWidgetSwitcherSlot>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UWidgetSwitcherSlot_Statics
// ********** Begin Class UWidgetSwitcherSlot Property Definitions *********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWidgetSwitcherSlot_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UWidgetSwitcherSlot::SetPadding_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UWidgetSwitcherSlot, Padding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UWidgetSwitcherSlot_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UWidgetSwitcherSlot::SetHorizontalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UWidgetSwitcherSlot, 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_UWidgetSwitcherSlot_Statics::NewProp_VerticalAlignment = { "VerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UWidgetSwitcherSlot::SetVerticalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UWidgetSwitcherSlot, 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_UWidgetSwitcherSlot_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWidgetSwitcherSlot_Statics::NewProp_Padding,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWidgetSwitcherSlot_Statics::NewProp_HorizontalAlignment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWidgetSwitcherSlot_Statics::NewProp_VerticalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcherSlot_Statics::PropPointers) < 2048);
// ********** End Class UWidgetSwitcherSlot Property Definitions ***********************************
UObject* (*const Z_Construct_UClass_UWidgetSwitcherSlot_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPanelSlot,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcherSlot_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWidgetSwitcherSlot_Statics::ClassParams = {
&UWidgetSwitcherSlot::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UWidgetSwitcherSlot_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcherSlot_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetSwitcherSlot_Statics::Class_MetaDataParams), Z_Construct_UClass_UWidgetSwitcherSlot_Statics::Class_MetaDataParams)
};
void UWidgetSwitcherSlot::StaticRegisterNativesUWidgetSwitcherSlot()
{
UClass* Class = UWidgetSwitcherSlot::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UWidgetSwitcherSlot_Statics::Funcs));
}
UClass* Z_Construct_UClass_UWidgetSwitcherSlot()
{
if (!Z_Registration_Info_UClass_UWidgetSwitcherSlot.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWidgetSwitcherSlot.OuterSingleton, Z_Construct_UClass_UWidgetSwitcherSlot_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UWidgetSwitcherSlot.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWidgetSwitcherSlot);
UWidgetSwitcherSlot::~UWidgetSwitcherSlot() {}
// ********** End Class UWidgetSwitcherSlot ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcherSlot_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UWidgetSwitcherSlot, UWidgetSwitcherSlot::StaticClass, TEXT("UWidgetSwitcherSlot"), &Z_Registration_Info_UClass_UWidgetSwitcherSlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWidgetSwitcherSlot), 1710141335U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcherSlot_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcherSlot_h__Script_UMG_4191801410{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcherSlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WidgetSwitcherSlot_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS