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

579 lines
37 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/WrapBoxSlot.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 EmptyLinkFunctionForGeneratedCodeWrapBoxSlot() {}
// ********** 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_UWrapBoxSlot();
UMG_API UClass* Z_Construct_UClass_UWrapBoxSlot_NoRegister();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UWrapBoxSlot Function SetFillEmptySpace **********************************
struct Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics
{
struct WrapBoxSlot_eventSetFillEmptySpace_Parms
{
bool InbFillEmptySpace;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Wrap Box Slot" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetFillEmptySpace constinit property declarations *********************
static void NewProp_InbFillEmptySpace_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_InbFillEmptySpace;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetFillEmptySpace constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetFillEmptySpace Property Definitions ********************************
void Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::NewProp_InbFillEmptySpace_SetBit(void* Obj)
{
((WrapBoxSlot_eventSetFillEmptySpace_Parms*)Obj)->InbFillEmptySpace = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::NewProp_InbFillEmptySpace = { "InbFillEmptySpace", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(WrapBoxSlot_eventSetFillEmptySpace_Parms), &Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::NewProp_InbFillEmptySpace_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::NewProp_InbFillEmptySpace,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::PropPointers) < 2048);
// ********** End Function SetFillEmptySpace Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBoxSlot, nullptr, "SetFillEmptySpace", Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::WrapBoxSlot_eventSetFillEmptySpace_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::WrapBoxSlot_eventSetFillEmptySpace_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWrapBoxSlot::execSetFillEmptySpace)
{
P_GET_UBOOL(Z_Param_InbFillEmptySpace);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetFillEmptySpace(Z_Param_InbFillEmptySpace);
P_NATIVE_END;
}
// ********** End Class UWrapBoxSlot Function SetFillEmptySpace ************************************
// ********** Begin Class UWrapBoxSlot Function SetFillSpanWhenLessThan ****************************
struct Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics
{
struct WrapBoxSlot_eventSetFillSpanWhenLessThan_Parms
{
float InFillSpanWhenLessThan;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Wrap Box Slot" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetFillSpanWhenLessThan constinit property declarations ***************
static const UECodeGen_Private::FFloatPropertyParams NewProp_InFillSpanWhenLessThan;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetFillSpanWhenLessThan constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetFillSpanWhenLessThan Property Definitions **************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::NewProp_InFillSpanWhenLessThan = { "InFillSpanWhenLessThan", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBoxSlot_eventSetFillSpanWhenLessThan_Parms, InFillSpanWhenLessThan), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::NewProp_InFillSpanWhenLessThan,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::PropPointers) < 2048);
// ********** End Function SetFillSpanWhenLessThan Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBoxSlot, nullptr, "SetFillSpanWhenLessThan", Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::WrapBoxSlot_eventSetFillSpanWhenLessThan_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::WrapBoxSlot_eventSetFillSpanWhenLessThan_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWrapBoxSlot::execSetFillSpanWhenLessThan)
{
P_GET_PROPERTY(FFloatProperty,Z_Param_InFillSpanWhenLessThan);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetFillSpanWhenLessThan(Z_Param_InFillSpanWhenLessThan);
P_NATIVE_END;
}
// ********** End Class UWrapBoxSlot Function SetFillSpanWhenLessThan ******************************
// ********** Begin Class UWrapBoxSlot Function SetHorizontalAlignment *****************************
struct Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics
{
struct WrapBoxSlot_eventSetHorizontalAlignment_Parms
{
TEnumAsByte<EHorizontalAlignment> InHorizontalAlignment;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Wrap Box Slot" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.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_UWrapBoxSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBoxSlot_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::PropPointers) < 2048);
// ********** End Function SetHorizontalAlignment Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBoxSlot, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::WrapBoxSlot_eventSetHorizontalAlignment_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::WrapBoxSlot_eventSetHorizontalAlignment_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWrapBoxSlot::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 UWrapBoxSlot Function SetHorizontalAlignment *******************************
// ********** Begin Class UWrapBoxSlot Function SetNewLine *****************************************
struct Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics
{
struct WrapBoxSlot_eventSetNewLine_Parms
{
bool InForceNewLine;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Wrap Box Slot" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNewLine constinit property declarations ****************************
static void NewProp_InForceNewLine_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_InForceNewLine;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNewLine constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNewLine Property Definitions ***************************************
void Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::NewProp_InForceNewLine_SetBit(void* Obj)
{
((WrapBoxSlot_eventSetNewLine_Parms*)Obj)->InForceNewLine = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::NewProp_InForceNewLine = { "InForceNewLine", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(WrapBoxSlot_eventSetNewLine_Parms), &Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::NewProp_InForceNewLine_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::NewProp_InForceNewLine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::PropPointers) < 2048);
// ********** End Function SetNewLine Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBoxSlot, nullptr, "SetNewLine", Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::WrapBoxSlot_eventSetNewLine_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::WrapBoxSlot_eventSetNewLine_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWrapBoxSlot_SetNewLine()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBoxSlot_SetNewLine_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWrapBoxSlot::execSetNewLine)
{
P_GET_UBOOL(Z_Param_InForceNewLine);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNewLine(Z_Param_InForceNewLine);
P_NATIVE_END;
}
// ********** End Class UWrapBoxSlot Function SetNewLine *******************************************
// ********** Begin Class UWrapBoxSlot Function SetPadding *****************************************
struct Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics
{
struct WrapBoxSlot_eventSetPadding_Parms
{
FMargin InPadding;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Wrap Box Slot" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.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_UWrapBoxSlot_SetPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBoxSlot_eventSetPadding_Parms, InPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::NewProp_InPadding,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::PropPointers) < 2048);
// ********** End Function SetPadding Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBoxSlot, nullptr, "SetPadding", Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::WrapBoxSlot_eventSetPadding_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::WrapBoxSlot_eventSetPadding_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWrapBoxSlot_SetPadding()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBoxSlot_SetPadding_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWrapBoxSlot::execSetPadding)
{
P_GET_STRUCT(FMargin,Z_Param_InPadding);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetPadding(Z_Param_InPadding);
P_NATIVE_END;
}
// ********** End Class UWrapBoxSlot Function SetPadding *******************************************
// ********** Begin Class UWrapBoxSlot Function SetVerticalAlignment *******************************
struct Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics
{
struct WrapBoxSlot_eventSetVerticalAlignment_Parms
{
TEnumAsByte<EVerticalAlignment> InVerticalAlignment;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Wrap Box Slot" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.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_UWrapBoxSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment = { "InVerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBoxSlot_eventSetVerticalAlignment_Parms, InVerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(0, nullptr) }; // 2496106429
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::PropPointers) < 2048);
// ********** End Function SetVerticalAlignment Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBoxSlot, nullptr, "SetVerticalAlignment", Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::WrapBoxSlot_eventSetVerticalAlignment_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::WrapBoxSlot_eventSetVerticalAlignment_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UWrapBoxSlot::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 UWrapBoxSlot Function SetVerticalAlignment *********************************
// ********** Begin Class UWrapBoxSlot *************************************************************
void UWrapBoxSlot::SetPadding_WrapperImpl(void* Object, const void* InValue)
{
UWrapBoxSlot* Obj = (UWrapBoxSlot*)Object;
FMargin& Value = *(FMargin*)InValue;
Obj->SetPadding(Value);
}
void UWrapBoxSlot::SetFillSpanWhenLessThan_WrapperImpl(void* Object, const void* InValue)
{
UWrapBoxSlot* Obj = (UWrapBoxSlot*)Object;
float& Value = *(float*)InValue;
Obj->SetFillSpanWhenLessThan(Value);
}
void UWrapBoxSlot::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue)
{
UWrapBoxSlot* Obj = (UWrapBoxSlot*)Object;
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
Obj->SetHorizontalAlignment(Value);
}
void UWrapBoxSlot::SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue)
{
UWrapBoxSlot* Obj = (UWrapBoxSlot*)Object;
EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue;
Obj->SetVerticalAlignment(Value);
}
void UWrapBoxSlot::SetbFillEmptySpace_WrapperImpl(void* Object, const void* InValue)
{
UWrapBoxSlot* Obj = (UWrapBoxSlot*)Object;
bool& Value = *(bool*)InValue;
Obj->SetFillEmptySpace(Value);
}
void UWrapBoxSlot::SetbForceNewLine_WrapperImpl(void* Object, const void* InValue)
{
UWrapBoxSlot* Obj = (UWrapBoxSlot*)Object;
bool& Value = *(bool*)InValue;
Obj->SetNewLine(Value);
}
FClassRegistrationInfo Z_Registration_Info_UClass_UWrapBoxSlot;
UClass* UWrapBoxSlot::GetPrivateStaticClass()
{
using TClass = UWrapBoxSlot;
if (!Z_Registration_Info_UClass_UWrapBoxSlot.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("WrapBoxSlot"),
Z_Registration_Info_UClass_UWrapBoxSlot.InnerSingleton,
StaticRegisterNativesUWrapBoxSlot,
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_UWrapBoxSlot.InnerSingleton;
}
UClass* Z_Construct_UClass_UWrapBoxSlot_NoRegister()
{
return UWrapBoxSlot::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UWrapBoxSlot_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** The Slot for the UWrapBox, contains the widget that is flowed vertically */" },
{ "IncludePath", "Components/WrapBoxSlot.h" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
{ "ToolTip", "The Slot for the UWrapBox, contains the widget that is flowed vertically" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = {
{ "BlueprintSetter", "SetPadding" },
{ "Category", "Layout|Wrap Box Slot" },
{ "Comment", "/** The padding area between the slot and the content it contains. */" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
{ "ToolTip", "The padding area between the slot and the content it contains." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FillSpanWhenLessThan_MetaData[] = {
{ "BlueprintSetter", "SetFillSpanWhenLessThan" },
{ "Category", "Layout|Wrap Box Slot" },
{ "Comment", "/**\n\x09 * If the total available space in the wrap panel drops below this threshold, this slot will attempt to fill an entire line.\n\x09 * NOTE: A value of 0, denotes no filling will occur.\n\x09 */" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
{ "ToolTip", "If the total available space in the wrap panel drops below this threshold, this slot will attempt to fill an entire line.\nNOTE: A value of 0, denotes no filling will occur." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HorizontalAlignment_MetaData[] = {
{ "BlueprintSetter", "SetHorizontalAlignment" },
{ "Category", "Layout|Wrap Box Slot" },
{ "Comment", "/** The alignment of the object horizontally. */" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
{ "ToolTip", "The alignment of the object horizontally." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VerticalAlignment_MetaData[] = {
{ "BlueprintSetter", "SetVerticalAlignment" },
{ "Category", "Layout|Wrap Box Slot" },
{ "Comment", "/** The alignment of the object vertically. */" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
{ "ToolTip", "The alignment of the object vertically." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFillEmptySpace_MetaData[] = {
{ "BlueprintSetter", "SetFillEmptySpace" },
{ "Category", "Layout|Wrap Box Slot" },
{ "Comment", "/** Should this slot fill the remaining space on the line? */" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
{ "ToolTip", "Should this slot fill the remaining space on the line?" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bForceNewLine_MetaData[] = {
{ "BlueprintSetter", "SetNewLine" },
{ "Category", "Layout|Wrap Box Slot" },
{ "Comment", "/** Should this slot start on a new line? */" },
{ "ModuleRelativePath", "Public/Components/WrapBoxSlot.h" },
{ "ToolTip", "Should this slot start on a new line?" },
};
#endif // WITH_METADATA
// ********** Begin Class UWrapBoxSlot constinit property declarations *****************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Padding;
static const UECodeGen_Private::FFloatPropertyParams NewProp_FillSpanWhenLessThan;
static const UECodeGen_Private::FBytePropertyParams NewProp_HorizontalAlignment;
static const UECodeGen_Private::FBytePropertyParams NewProp_VerticalAlignment;
static void NewProp_bFillEmptySpace_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFillEmptySpace;
static void NewProp_bForceNewLine_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bForceNewLine;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UWrapBoxSlot constinit property declarations *******************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("SetFillEmptySpace"), .Pointer = &UWrapBoxSlot::execSetFillEmptySpace },
{ .NameUTF8 = UTF8TEXT("SetFillSpanWhenLessThan"), .Pointer = &UWrapBoxSlot::execSetFillSpanWhenLessThan },
{ .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UWrapBoxSlot::execSetHorizontalAlignment },
{ .NameUTF8 = UTF8TEXT("SetNewLine"), .Pointer = &UWrapBoxSlot::execSetNewLine },
{ .NameUTF8 = UTF8TEXT("SetPadding"), .Pointer = &UWrapBoxSlot::execSetPadding },
{ .NameUTF8 = UTF8TEXT("SetVerticalAlignment"), .Pointer = &UWrapBoxSlot::execSetVerticalAlignment },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UWrapBoxSlot_SetFillEmptySpace, "SetFillEmptySpace" }, // 2384271321
{ &Z_Construct_UFunction_UWrapBoxSlot_SetFillSpanWhenLessThan, "SetFillSpanWhenLessThan" }, // 1914796333
{ &Z_Construct_UFunction_UWrapBoxSlot_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 330712632
{ &Z_Construct_UFunction_UWrapBoxSlot_SetNewLine, "SetNewLine" }, // 3006404170
{ &Z_Construct_UFunction_UWrapBoxSlot_SetPadding, "SetPadding" }, // 202785180
{ &Z_Construct_UFunction_UWrapBoxSlot_SetVerticalAlignment, "SetVerticalAlignment" }, // 884027916
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UWrapBoxSlot>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UWrapBoxSlot_Statics
// ********** Begin Class UWrapBoxSlot Property Definitions ****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBoxSlot::SetPadding_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UWrapBoxSlot, Padding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_FillSpanWhenLessThan = { "FillSpanWhenLessThan", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBoxSlot::SetFillSpanWhenLessThan_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UWrapBoxSlot, FillSpanWhenLessThan), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FillSpanWhenLessThan_MetaData), NewProp_FillSpanWhenLessThan_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBoxSlot::SetHorizontalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UWrapBoxSlot, 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_UWrapBoxSlot_Statics::NewProp_VerticalAlignment = { "VerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBoxSlot::SetVerticalAlignment_WrapperImpl, nullptr, 1, STRUCT_OFFSET(UWrapBoxSlot, VerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VerticalAlignment_MetaData), NewProp_VerticalAlignment_MetaData) }; // 2496106429
void Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bFillEmptySpace_SetBit(void* Obj)
{
((UWrapBoxSlot*)Obj)->bFillEmptySpace = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bFillEmptySpace = { "bFillEmptySpace", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBoxSlot::SetbFillEmptySpace_WrapperImpl, nullptr, 1, sizeof(bool), sizeof(UWrapBoxSlot), &Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bFillEmptySpace_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFillEmptySpace_MetaData), NewProp_bFillEmptySpace_MetaData) };
void Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bForceNewLine_SetBit(void* Obj)
{
((UWrapBoxSlot*)Obj)->bForceNewLine = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bForceNewLine = { "bForceNewLine", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBoxSlot::SetbForceNewLine_WrapperImpl, nullptr, 1, sizeof(bool), sizeof(UWrapBoxSlot), &Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bForceNewLine_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bForceNewLine_MetaData), NewProp_bForceNewLine_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWrapBoxSlot_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_Padding,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_FillSpanWhenLessThan,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_HorizontalAlignment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_VerticalAlignment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bFillEmptySpace,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBoxSlot_Statics::NewProp_bForceNewLine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBoxSlot_Statics::PropPointers) < 2048);
// ********** End Class UWrapBoxSlot Property Definitions ******************************************
UObject* (*const Z_Construct_UClass_UWrapBoxSlot_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPanelSlot,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBoxSlot_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWrapBoxSlot_Statics::ClassParams = {
&UWrapBoxSlot::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UWrapBoxSlot_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBoxSlot_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBoxSlot_Statics::Class_MetaDataParams), Z_Construct_UClass_UWrapBoxSlot_Statics::Class_MetaDataParams)
};
void UWrapBoxSlot::StaticRegisterNativesUWrapBoxSlot()
{
UClass* Class = UWrapBoxSlot::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UWrapBoxSlot_Statics::Funcs));
}
UClass* Z_Construct_UClass_UWrapBoxSlot()
{
if (!Z_Registration_Info_UClass_UWrapBoxSlot.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWrapBoxSlot.OuterSingleton, Z_Construct_UClass_UWrapBoxSlot_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UWrapBoxSlot.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWrapBoxSlot);
UWrapBoxSlot::~UWrapBoxSlot() {}
// ********** End Class UWrapBoxSlot ***************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBoxSlot_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UWrapBoxSlot, UWrapBoxSlot::StaticClass, TEXT("UWrapBoxSlot"), &Z_Registration_Info_UClass_UWrapBoxSlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWrapBoxSlot), 2351471816U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBoxSlot_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBoxSlot_h__Script_UMG_452961829{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBoxSlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBoxSlot_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS