349 lines
22 KiB
C++
349 lines
22 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 "Components/ScaleBoxSlot.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 EmptyLinkFunctionForGeneratedCodeScaleBoxSlot() {}
|
|
|
|
// ********** 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_UScaleBoxSlot();
|
|
UMG_API UClass* Z_Construct_UClass_UScaleBoxSlot_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UScaleBoxSlot Function SetHorizontalAlignment ****************************
|
|
struct Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics
|
|
{
|
|
struct ScaleBoxSlot_eventSetHorizontalAlignment_Parms
|
|
{
|
|
TEnumAsByte<EHorizontalAlignment> InHorizontalAlignment;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Layout|ScaleBox Slot" },
|
|
{ "ModuleRelativePath", "Public/Components/ScaleBoxSlot.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_UScaleBoxSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ScaleBoxSlot_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetHorizontalAlignment Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScaleBoxSlot, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::ScaleBoxSlot_eventSetHorizontalAlignment_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::ScaleBoxSlot_eventSetHorizontalAlignment_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UScaleBoxSlot::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 UScaleBoxSlot Function SetHorizontalAlignment ******************************
|
|
|
|
// ********** Begin Class UScaleBoxSlot Function SetPadding ****************************************
|
|
struct Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics
|
|
{
|
|
struct ScaleBoxSlot_eventSetPadding_Parms
|
|
{
|
|
FMargin InPadding;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Layout|ScaleBox Slot" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecatedMessage", "The function is deprecated - There is no padding on ScaleBox." },
|
|
{ "ModuleRelativePath", "Public/Components/ScaleBoxSlot.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_UScaleBoxSlot_SetPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ScaleBoxSlot_eventSetPadding_Parms, InPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::NewProp_InPadding,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetPadding Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScaleBoxSlot, nullptr, "SetPadding", Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::ScaleBoxSlot_eventSetPadding_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::ScaleBoxSlot_eventSetPadding_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UScaleBoxSlot_SetPadding()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScaleBoxSlot_SetPadding_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UScaleBoxSlot::execSetPadding)
|
|
{
|
|
P_GET_STRUCT(FMargin,Z_Param_InPadding);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetPadding(Z_Param_InPadding);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UScaleBoxSlot Function SetPadding ******************************************
|
|
|
|
// ********** Begin Class UScaleBoxSlot Function SetVerticalAlignment ******************************
|
|
struct Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics
|
|
{
|
|
struct ScaleBoxSlot_eventSetVerticalAlignment_Parms
|
|
{
|
|
TEnumAsByte<EVerticalAlignment> InVerticalAlignment;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Layout|ScaleBox Slot" },
|
|
{ "ModuleRelativePath", "Public/Components/ScaleBoxSlot.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_UScaleBoxSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment = { "InVerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ScaleBoxSlot_eventSetVerticalAlignment_Parms, InVerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(0, nullptr) }; // 2496106429
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetVerticalAlignment Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UScaleBoxSlot, nullptr, "SetVerticalAlignment", Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::ScaleBoxSlot_eventSetVerticalAlignment_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::ScaleBoxSlot_eventSetVerticalAlignment_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UScaleBoxSlot::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 UScaleBoxSlot Function SetVerticalAlignment ********************************
|
|
|
|
// ********** Begin Class UScaleBoxSlot ************************************************************
|
|
void UScaleBoxSlot::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
UScaleBoxSlot* Obj = (UScaleBoxSlot*)Object;
|
|
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
|
|
Obj->SetHorizontalAlignment(Value);
|
|
}
|
|
void UScaleBoxSlot::SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
UScaleBoxSlot* Obj = (UScaleBoxSlot*)Object;
|
|
EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue;
|
|
Obj->SetVerticalAlignment(Value);
|
|
}
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UScaleBoxSlot;
|
|
UClass* UScaleBoxSlot::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UScaleBoxSlot;
|
|
if (!Z_Registration_Info_UClass_UScaleBoxSlot.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ScaleBoxSlot"),
|
|
Z_Registration_Info_UClass_UScaleBoxSlot.InnerSingleton,
|
|
StaticRegisterNativesUScaleBoxSlot,
|
|
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_UScaleBoxSlot.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UScaleBoxSlot_NoRegister()
|
|
{
|
|
return UScaleBoxSlot::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UScaleBoxSlot_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** The Slot for the UScaleBoxSlot, contains the widget displayed in a button's single slot */" },
|
|
{ "IncludePath", "Components/ScaleBoxSlot.h" },
|
|
{ "ModuleRelativePath", "Public/Components/ScaleBoxSlot.h" },
|
|
{ "ToolTip", "The Slot for the UScaleBoxSlot, contains the widget displayed in a button's single slot" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = {
|
|
{ "Comment", "/** The padding area between the slot and the content it contains. */" },
|
|
{ "ModuleRelativePath", "Public/Components/ScaleBoxSlot.h" },
|
|
{ "ToolTip", "The padding area between the slot and the content it contains." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HorizontalAlignment_MetaData[] = {
|
|
{ "Category", "Layout|ScaleBox Slot" },
|
|
{ "Comment", "/** The alignment of the object horizontally. */" },
|
|
{ "ModuleRelativePath", "Public/Components/ScaleBoxSlot.h" },
|
|
{ "ToolTip", "The alignment of the object horizontally." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VerticalAlignment_MetaData[] = {
|
|
{ "Category", "Layout|ScaleBox Slot" },
|
|
{ "Comment", "/** The alignment of the object vertically. */" },
|
|
{ "ModuleRelativePath", "Public/Components/ScaleBoxSlot.h" },
|
|
{ "ToolTip", "The alignment of the object vertically." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UScaleBoxSlot constinit property declarations ****************************
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Padding;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_HorizontalAlignment;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_VerticalAlignment;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UScaleBoxSlot constinit property declarations ******************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UScaleBoxSlot::execSetHorizontalAlignment },
|
|
{ .NameUTF8 = UTF8TEXT("SetPadding"), .Pointer = &UScaleBoxSlot::execSetPadding },
|
|
{ .NameUTF8 = UTF8TEXT("SetVerticalAlignment"), .Pointer = &UScaleBoxSlot::execSetVerticalAlignment },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UScaleBoxSlot_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 1246473515
|
|
{ &Z_Construct_UFunction_UScaleBoxSlot_SetPadding, "SetPadding" }, // 2700550300
|
|
{ &Z_Construct_UFunction_UScaleBoxSlot_SetVerticalAlignment, "SetVerticalAlignment" }, // 3220423849
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UScaleBoxSlot>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UScaleBoxSlot_Statics
|
|
|
|
// ********** Begin Class UScaleBoxSlot Property Definitions ***************************************
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UScaleBoxSlot_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000820000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UScaleBoxSlot, Padding_DEPRECATED), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UScaleBoxSlot_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UScaleBoxSlot::SetHorizontalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UScaleBoxSlot, 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_UScaleBoxSlot_Statics::NewProp_VerticalAlignment = { "VerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UScaleBoxSlot::SetVerticalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UScaleBoxSlot, 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_UScaleBoxSlot_Statics::PropPointers[] = {
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UScaleBoxSlot_Statics::NewProp_Padding,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UScaleBoxSlot_Statics::NewProp_HorizontalAlignment,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UScaleBoxSlot_Statics::NewProp_VerticalAlignment,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UScaleBoxSlot_Statics::PropPointers) < 2048);
|
|
// ********** End Class UScaleBoxSlot Property Definitions *****************************************
|
|
UObject* (*const Z_Construct_UClass_UScaleBoxSlot_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UPanelSlot,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UScaleBoxSlot_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UScaleBoxSlot_Statics::ClassParams = {
|
|
&UScaleBoxSlot::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UScaleBoxSlot_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UScaleBoxSlot_Statics::PropPointers),
|
|
0,
|
|
0x00A800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UScaleBoxSlot_Statics::Class_MetaDataParams), Z_Construct_UClass_UScaleBoxSlot_Statics::Class_MetaDataParams)
|
|
};
|
|
void UScaleBoxSlot::StaticRegisterNativesUScaleBoxSlot()
|
|
{
|
|
UClass* Class = UScaleBoxSlot::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UScaleBoxSlot_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UScaleBoxSlot()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UScaleBoxSlot.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UScaleBoxSlot.OuterSingleton, Z_Construct_UClass_UScaleBoxSlot_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UScaleBoxSlot.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UScaleBoxSlot);
|
|
UScaleBoxSlot::~UScaleBoxSlot() {}
|
|
// ********** End Class UScaleBoxSlot **************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ScaleBoxSlot_h__Script_UMG_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UScaleBoxSlot, UScaleBoxSlot::StaticClass, TEXT("UScaleBoxSlot"), &Z_Registration_Info_UClass_UScaleBoxSlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UScaleBoxSlot), 834308334U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ScaleBoxSlot_h__Script_UMG_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ScaleBoxSlot_h__Script_UMG_2425319734{
|
|
TEXT("/Script/UMG"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ScaleBoxSlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ScaleBoxSlot_h__Script_UMG_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|