422 lines
27 KiB
C++
422 lines
27 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/VerticalBoxSlot.h"
|
||
|
|
#include "Components/SlateWrapperTypes.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 EmptyLinkFunctionForGeneratedCodeVerticalBoxSlot() {}
|
||
|
|
|
||
|
|
// ********** 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_UVerticalBoxSlot();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UVerticalBoxSlot_NoRegister();
|
||
|
|
UMG_API UScriptStruct* Z_Construct_UScriptStruct_FSlateChildSize();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UVerticalBoxSlot Function SetHorizontalAlignment *************************
|
||
|
|
struct Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics
|
||
|
|
{
|
||
|
|
struct VerticalBoxSlot_eventSetHorizontalAlignment_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EHorizontalAlignment> InHorizontalAlignment;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Vertical Box Slot" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.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_UVerticalBoxSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VerticalBoxSlot_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetHorizontalAlignment Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVerticalBoxSlot, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::VerticalBoxSlot_eventSetHorizontalAlignment_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::VerticalBoxSlot_eventSetHorizontalAlignment_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UVerticalBoxSlot::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 UVerticalBoxSlot Function SetHorizontalAlignment ***************************
|
||
|
|
|
||
|
|
// ********** Begin Class UVerticalBoxSlot Function SetPadding *************************************
|
||
|
|
struct Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics
|
||
|
|
{
|
||
|
|
struct VerticalBoxSlot_eventSetPadding_Parms
|
||
|
|
{
|
||
|
|
FMargin InPadding;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Vertical Box Slot" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.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_UVerticalBoxSlot_SetPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VerticalBoxSlot_eventSetPadding_Parms, InPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::NewProp_InPadding,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetPadding Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVerticalBoxSlot, nullptr, "SetPadding", Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::VerticalBoxSlot_eventSetPadding_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::VerticalBoxSlot_eventSetPadding_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UVerticalBoxSlot_SetPadding()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVerticalBoxSlot_SetPadding_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UVerticalBoxSlot::execSetPadding)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FMargin,Z_Param_InPadding);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetPadding(Z_Param_InPadding);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UVerticalBoxSlot Function SetPadding ***************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UVerticalBoxSlot Function SetSize ****************************************
|
||
|
|
struct Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics
|
||
|
|
{
|
||
|
|
struct VerticalBoxSlot_eventSetSize_Parms
|
||
|
|
{
|
||
|
|
FSlateChildSize InSize;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Vertical Box Slot" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetSize constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InSize;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetSize constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetSize Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::NewProp_InSize = { "InSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VerticalBoxSlot_eventSetSize_Parms, InSize), Z_Construct_UScriptStruct_FSlateChildSize, METADATA_PARAMS(0, nullptr) }; // 92530288
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::NewProp_InSize,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSize Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVerticalBoxSlot, nullptr, "SetSize", Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::VerticalBoxSlot_eventSetSize_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::VerticalBoxSlot_eventSetSize_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UVerticalBoxSlot_SetSize()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVerticalBoxSlot_SetSize_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UVerticalBoxSlot::execSetSize)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FSlateChildSize,Z_Param_InSize);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetSize(Z_Param_InSize);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UVerticalBoxSlot Function SetSize ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UVerticalBoxSlot Function SetVerticalAlignment ***************************
|
||
|
|
struct Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics
|
||
|
|
{
|
||
|
|
struct VerticalBoxSlot_eventSetVerticalAlignment_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EVerticalAlignment> InVerticalAlignment;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Vertical Box Slot" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.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_UVerticalBoxSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment = { "InVerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(VerticalBoxSlot_eventSetVerticalAlignment_Parms, InVerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(0, nullptr) }; // 2496106429
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetVerticalAlignment Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UVerticalBoxSlot, nullptr, "SetVerticalAlignment", Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::VerticalBoxSlot_eventSetVerticalAlignment_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::VerticalBoxSlot_eventSetVerticalAlignment_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UVerticalBoxSlot::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 UVerticalBoxSlot Function SetVerticalAlignment *****************************
|
||
|
|
|
||
|
|
// ********** Begin Class UVerticalBoxSlot *********************************************************
|
||
|
|
void UVerticalBoxSlot::SetSize_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UVerticalBoxSlot* Obj = (UVerticalBoxSlot*)Object;
|
||
|
|
FSlateChildSize& Value = *(FSlateChildSize*)InValue;
|
||
|
|
Obj->SetSize(Value);
|
||
|
|
}
|
||
|
|
void UVerticalBoxSlot::SetPadding_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UVerticalBoxSlot* Obj = (UVerticalBoxSlot*)Object;
|
||
|
|
FMargin& Value = *(FMargin*)InValue;
|
||
|
|
Obj->SetPadding(Value);
|
||
|
|
}
|
||
|
|
void UVerticalBoxSlot::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UVerticalBoxSlot* Obj = (UVerticalBoxSlot*)Object;
|
||
|
|
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
|
||
|
|
Obj->SetHorizontalAlignment(Value);
|
||
|
|
}
|
||
|
|
void UVerticalBoxSlot::SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UVerticalBoxSlot* Obj = (UVerticalBoxSlot*)Object;
|
||
|
|
EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue;
|
||
|
|
Obj->SetVerticalAlignment(Value);
|
||
|
|
}
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UVerticalBoxSlot;
|
||
|
|
UClass* UVerticalBoxSlot::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UVerticalBoxSlot;
|
||
|
|
if (!Z_Registration_Info_UClass_UVerticalBoxSlot.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("VerticalBoxSlot"),
|
||
|
|
Z_Registration_Info_UClass_UVerticalBoxSlot.InnerSingleton,
|
||
|
|
StaticRegisterNativesUVerticalBoxSlot,
|
||
|
|
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_UVerticalBoxSlot.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UVerticalBoxSlot_NoRegister()
|
||
|
|
{
|
||
|
|
return UVerticalBoxSlot::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UVerticalBoxSlot_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** The Slot for the UVerticalBox, contains the widget that is flowed vertically */" },
|
||
|
|
{ "IncludePath", "Components/VerticalBoxSlot.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.h" },
|
||
|
|
{ "ToolTip", "The Slot for the UVerticalBox, contains the widget that is flowed vertically" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Size_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetSize" },
|
||
|
|
{ "Category", "Layout|Vertical Box Slot" },
|
||
|
|
{ "Comment", "/** How much space this slot should occupy in the direction of the panel. */" },
|
||
|
|
{ "DisplayAfter", "Padding" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.h" },
|
||
|
|
{ "ToolTip", "How much space this slot should occupy in the direction of the panel." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetPadding" },
|
||
|
|
{ "Category", "Layout|Vertical Box Slot" },
|
||
|
|
{ "Comment", "/** The padding area between the slot and the content it contains. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.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|Vertical Box Slot" },
|
||
|
|
{ "Comment", "/** The alignment of the object horizontally. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.h" },
|
||
|
|
{ "ToolTip", "The alignment of the object horizontally." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VerticalAlignment_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetVerticalAlignment" },
|
||
|
|
{ "Category", "Layout|Vertical Box Slot" },
|
||
|
|
{ "Comment", "/** The alignment of the object vertically. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/VerticalBoxSlot.h" },
|
||
|
|
{ "ToolTip", "The alignment of the object vertically." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UVerticalBoxSlot constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Size;
|
||
|
|
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 UVerticalBoxSlot constinit property declarations ***************************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UVerticalBoxSlot::execSetHorizontalAlignment },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetPadding"), .Pointer = &UVerticalBoxSlot::execSetPadding },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSize"), .Pointer = &UVerticalBoxSlot::execSetSize },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetVerticalAlignment"), .Pointer = &UVerticalBoxSlot::execSetVerticalAlignment },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UVerticalBoxSlot_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 3172928475
|
||
|
|
{ &Z_Construct_UFunction_UVerticalBoxSlot_SetPadding, "SetPadding" }, // 251439765
|
||
|
|
{ &Z_Construct_UFunction_UVerticalBoxSlot_SetSize, "SetSize" }, // 3107171053
|
||
|
|
{ &Z_Construct_UFunction_UVerticalBoxSlot_SetVerticalAlignment, "SetVerticalAlignment" }, // 3629061058
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UVerticalBoxSlot>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UVerticalBoxSlot_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UVerticalBoxSlot Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UVerticalBoxSlot_Statics::NewProp_Size = { "Size", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UVerticalBoxSlot::SetSize_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UVerticalBoxSlot, Size), Z_Construct_UScriptStruct_FSlateChildSize, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Size_MetaData), NewProp_Size_MetaData) }; // 92530288
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UVerticalBoxSlot_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UVerticalBoxSlot::SetPadding_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UVerticalBoxSlot, Padding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UVerticalBoxSlot_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UVerticalBoxSlot::SetHorizontalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UVerticalBoxSlot, 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_UVerticalBoxSlot_Statics::NewProp_VerticalAlignment = { "VerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UVerticalBoxSlot::SetVerticalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UVerticalBoxSlot, 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_UVerticalBoxSlot_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVerticalBoxSlot_Statics::NewProp_Size,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVerticalBoxSlot_Statics::NewProp_Padding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVerticalBoxSlot_Statics::NewProp_HorizontalAlignment,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UVerticalBoxSlot_Statics::NewProp_VerticalAlignment,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerticalBoxSlot_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UVerticalBoxSlot Property Definitions **************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UVerticalBoxSlot_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UPanelSlot,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerticalBoxSlot_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVerticalBoxSlot_Statics::ClassParams = {
|
||
|
|
&UVerticalBoxSlot::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UVerticalBoxSlot_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UVerticalBoxSlot_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x00A800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVerticalBoxSlot_Statics::Class_MetaDataParams), Z_Construct_UClass_UVerticalBoxSlot_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UVerticalBoxSlot::StaticRegisterNativesUVerticalBoxSlot()
|
||
|
|
{
|
||
|
|
UClass* Class = UVerticalBoxSlot::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UVerticalBoxSlot_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UVerticalBoxSlot()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UVerticalBoxSlot.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVerticalBoxSlot.OuterSingleton, Z_Construct_UClass_UVerticalBoxSlot_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UVerticalBoxSlot.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVerticalBoxSlot);
|
||
|
|
UVerticalBoxSlot::~UVerticalBoxSlot() {}
|
||
|
|
// ********** End Class UVerticalBoxSlot ***********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_VerticalBoxSlot_h__Script_UMG_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UVerticalBoxSlot, UVerticalBoxSlot::StaticClass, TEXT("UVerticalBoxSlot"), &Z_Registration_Info_UClass_UVerticalBoxSlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVerticalBoxSlot), 2696613749U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_VerticalBoxSlot_h__Script_UMG_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_VerticalBoxSlot_h__Script_UMG_2330451394{
|
||
|
|
TEXT("/Script/UMG"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_VerticalBoxSlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_VerticalBoxSlot_h__Script_UMG_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|