429 lines
26 KiB
C++
429 lines
26 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/WrapBox.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeWrapBox() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EHorizontalAlignment();
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EOrientation();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UPanelWidget();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWrapBox();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWrapBox_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWrapBoxSlot_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UWrapBox Function AddChildToWrapBox **************************************
|
||
|
|
struct Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics
|
||
|
|
{
|
||
|
|
struct WrapBox_eventAddChildToWrapBox_Parms
|
||
|
|
{
|
||
|
|
UWidget* Content;
|
||
|
|
UWrapBoxSlot* ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Panel" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddChildToWrapBox constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Content;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddChildToWrapBox constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddChildToWrapBox Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBox_eventAddChildToWrapBox_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBox_eventAddChildToWrapBox_Parms, ReturnValue), Z_Construct_UClass_UWrapBoxSlot_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::NewProp_Content,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddChildToWrapBox Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBox, nullptr, "AddChildToWrapBox", Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::WrapBox_eventAddChildToWrapBox_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::WrapBox_eventAddChildToWrapBox_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UWrapBox_AddChildToWrapBox()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBox_AddChildToWrapBox_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UWrapBox::execAddChildToWrapBox)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UWidget,Z_Param_Content);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(UWrapBoxSlot**)Z_Param__Result=P_THIS->AddChildToWrapBox(Z_Param_Content);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UWrapBox Function AddChildToWrapBox ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UWrapBox Function SetHorizontalAlignment *********************************
|
||
|
|
struct Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics
|
||
|
|
{
|
||
|
|
struct WrapBox_eventSetHorizontalAlignment_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EHorizontalAlignment> InHorizontalAlignment;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Content Layout" },
|
||
|
|
{ "Comment", "/** */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.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_UWrapBox_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBox_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetHorizontalAlignment Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBox, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::WrapBox_eventSetHorizontalAlignment_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::WrapBox_eventSetHorizontalAlignment_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UWrapBox::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 UWrapBox Function SetHorizontalAlignment ***********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UWrapBox Function SetInnerSlotPadding ************************************
|
||
|
|
struct Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics
|
||
|
|
{
|
||
|
|
struct WrapBox_eventSetInnerSlotPadding_Parms
|
||
|
|
{
|
||
|
|
FVector2D InPadding;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Content Layout" },
|
||
|
|
{ "Comment", "/** Sets the inner slot padding goes between slots sharing borders */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
{ "ToolTip", "Sets the inner slot padding goes between slots sharing borders" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetInnerSlotPadding constinit property declarations *******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InPadding;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetInnerSlotPadding constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetInnerSlotPadding Property Definitions ******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(WrapBox_eventSetInnerSlotPadding_Parms, InPadding), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::NewProp_InPadding,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetInnerSlotPadding Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWrapBox, nullptr, "SetInnerSlotPadding", Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::WrapBox_eventSetInnerSlotPadding_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::WrapBox_eventSetInnerSlotPadding_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UWrapBox::execSetInnerSlotPadding)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FVector2D,Z_Param_InPadding);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetInnerSlotPadding(Z_Param_InPadding);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UWrapBox Function SetInnerSlotPadding **************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UWrapBox *****************************************************************
|
||
|
|
void UWrapBox::GetInnerSlotPadding_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UWrapBox* Obj = (const UWrapBox*)Object;
|
||
|
|
FVector2D& Result = *(FVector2D*)OutValue;
|
||
|
|
Result = (FVector2D)Obj->GetInnerSlotPadding();
|
||
|
|
}
|
||
|
|
void UWrapBox::SetInnerSlotPadding_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UWrapBox* Obj = (UWrapBox*)Object;
|
||
|
|
FVector2D& Value = *(FVector2D*)InValue;
|
||
|
|
Obj->SetInnerSlotPadding(Value);
|
||
|
|
}
|
||
|
|
void UWrapBox::GetWrapSize_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UWrapBox* Obj = (const UWrapBox*)Object;
|
||
|
|
float& Result = *(float*)OutValue;
|
||
|
|
Result = (float)Obj->GetWrapSize();
|
||
|
|
}
|
||
|
|
void UWrapBox::SetWrapSize_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UWrapBox* Obj = (UWrapBox*)Object;
|
||
|
|
float& Value = *(float*)InValue;
|
||
|
|
Obj->SetWrapSize(Value);
|
||
|
|
}
|
||
|
|
void UWrapBox::GetbExplicitWrapSize_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UWrapBox* Obj = (const UWrapBox*)Object;
|
||
|
|
bool& Result = *(bool*)OutValue;
|
||
|
|
Result = (bool)Obj->UseExplicitWrapSize();
|
||
|
|
}
|
||
|
|
void UWrapBox::SetbExplicitWrapSize_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UWrapBox* Obj = (UWrapBox*)Object;
|
||
|
|
bool& Value = *(bool*)InValue;
|
||
|
|
Obj->SetExplicitWrapSize(Value);
|
||
|
|
}
|
||
|
|
void UWrapBox::GetHorizontalAlignment_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UWrapBox* Obj = (const UWrapBox*)Object;
|
||
|
|
uint8& Result = *(uint8*)OutValue;
|
||
|
|
Result = (uint8)Obj->GetHorizontalAlignment();
|
||
|
|
}
|
||
|
|
void UWrapBox::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UWrapBox* Obj = (UWrapBox*)Object;
|
||
|
|
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
|
||
|
|
Obj->SetHorizontalAlignment(Value);
|
||
|
|
}
|
||
|
|
void UWrapBox::GetOrientation_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UWrapBox* Obj = (const UWrapBox*)Object;
|
||
|
|
uint8& Result = *(uint8*)OutValue;
|
||
|
|
Result = (uint8)Obj->GetOrientation();
|
||
|
|
}
|
||
|
|
void UWrapBox::SetOrientation_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UWrapBox* Obj = (UWrapBox*)Object;
|
||
|
|
EOrientation Value = (EOrientation)*(uint8*)InValue;
|
||
|
|
Obj->SetOrientation(Value);
|
||
|
|
}
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UWrapBox;
|
||
|
|
UClass* UWrapBox::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UWrapBox;
|
||
|
|
if (!Z_Registration_Info_UClass_UWrapBox.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("WrapBox"),
|
||
|
|
Z_Registration_Info_UClass_UWrapBox.InnerSingleton,
|
||
|
|
StaticRegisterNativesUWrapBox,
|
||
|
|
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_UWrapBox.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UWrapBox_NoRegister()
|
||
|
|
{
|
||
|
|
return UWrapBox::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UWrapBox_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Arranges widgets left-to-right or top-to-bottom dependently of the orientation. When the widgets exceed the wrapSize it will place widgets on the next line.\n * \n * * Many Children\n * * Flows\n * * Wraps\n */" },
|
||
|
|
{ "IncludePath", "Components/WrapBox.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
{ "ToolTip", "Arranges widgets left-to-right or top-to-bottom dependently of the orientation. When the widgets exceed the wrapSize it will place widgets on the next line.\n\n* Many Children\n* Flows\n* Wraps" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InnerSlotPadding_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetInnerSlotPadding" },
|
||
|
|
{ "Category", "Content Layout" },
|
||
|
|
{ "Comment", "/** The inner slot padding goes between slots sharing borders */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
{ "ToolTip", "The inner slot padding goes between slots sharing borders" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WrapSize_MetaData[] = {
|
||
|
|
{ "Category", "Content Layout" },
|
||
|
|
{ "Comment", "/** When this size is exceeded, elements will start appearing on the next line. */" },
|
||
|
|
{ "EditCondition", "bExplicitWrapSize" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
{ "ToolTip", "When this size is exceeded, elements will start appearing on the next line." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExplicitWrapSize_MetaData[] = {
|
||
|
|
{ "Category", "Content Layout" },
|
||
|
|
{ "Comment", "/** Use explicit wrap size whenever possible. It greatly simplifies layout calculations and reduces likelihood of \"wiggling UI\" */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
{ "ToolTip", "Use explicit wrap size whenever possible. It greatly simplifies layout calculations and reduces likelihood of \"wiggling UI\"" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HorizontalAlignment_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetHorizontalAlignment" },
|
||
|
|
{ "Category", "Content Layout" },
|
||
|
|
{ "Comment", "/** The alignment of each line of wrapped content. */" },
|
||
|
|
{ "EditCondition", "Orientation == EOrientation::Orient_Horizontal" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
{ "ToolTip", "The alignment of each line of wrapped content." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Orientation_MetaData[] = {
|
||
|
|
{ "Category", "Content Layout" },
|
||
|
|
{ "Comment", "/** Determines if the Wrap Box should arranges the widgets left-to-right or top-to-bottom */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/WrapBox.h" },
|
||
|
|
{ "ToolTip", "Determines if the Wrap Box should arranges the widgets left-to-right or top-to-bottom" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UWrapBox constinit property declarations *********************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InnerSlotPadding;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_WrapSize;
|
||
|
|
static void NewProp_bExplicitWrapSize_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExplicitWrapSize;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_HorizontalAlignment;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Orientation;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UWrapBox constinit property declarations ***********************************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddChildToWrapBox"), .Pointer = &UWrapBox::execAddChildToWrapBox },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UWrapBox::execSetHorizontalAlignment },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetInnerSlotPadding"), .Pointer = &UWrapBox::execSetInnerSlotPadding },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UWrapBox_AddChildToWrapBox, "AddChildToWrapBox" }, // 3674738363
|
||
|
|
{ &Z_Construct_UFunction_UWrapBox_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 2356313713
|
||
|
|
{ &Z_Construct_UFunction_UWrapBox_SetInnerSlotPadding, "SetInnerSlotPadding" }, // 473591883
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UWrapBox>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UWrapBox_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UWrapBox Property Definitions ********************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWrapBox_Statics::NewProp_InnerSlotPadding = { "InnerSlotPadding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBox::SetInnerSlotPadding_WrapperImpl, &UWrapBox::GetInnerSlotPadding_WrapperImpl, 1, STRUCT_OFFSET(UWrapBox, InnerSlotPadding), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InnerSlotPadding_MetaData), NewProp_InnerSlotPadding_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UWrapBox_Statics::NewProp_WrapSize = { "WrapSize", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBox::SetWrapSize_WrapperImpl, &UWrapBox::GetWrapSize_WrapperImpl, 1, STRUCT_OFFSET(UWrapBox, WrapSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WrapSize_MetaData), NewProp_WrapSize_MetaData) };
|
||
|
|
void Z_Construct_UClass_UWrapBox_Statics::NewProp_bExplicitWrapSize_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UWrapBox*)Obj)->bExplicitWrapSize = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWrapBox_Statics::NewProp_bExplicitWrapSize = { "bExplicitWrapSize", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBox::SetbExplicitWrapSize_WrapperImpl, &UWrapBox::GetbExplicitWrapSize_WrapperImpl, 1, sizeof(bool), sizeof(UWrapBox), &Z_Construct_UClass_UWrapBox_Statics::NewProp_bExplicitWrapSize_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExplicitWrapSize_MetaData), NewProp_bExplicitWrapSize_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UWrapBox_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBox::SetHorizontalAlignment_WrapperImpl, &UWrapBox::GetHorizontalAlignment_WrapperImpl, 1, STRUCT_OFFSET(UWrapBox, 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_UWrapBox_Statics::NewProp_Orientation = { "Orientation", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UWrapBox::SetOrientation_WrapperImpl, &UWrapBox::GetOrientation_WrapperImpl, 1, STRUCT_OFFSET(UWrapBox, Orientation), Z_Construct_UEnum_SlateCore_EOrientation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Orientation_MetaData), NewProp_Orientation_MetaData) }; // 3016252625
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWrapBox_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBox_Statics::NewProp_InnerSlotPadding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBox_Statics::NewProp_WrapSize,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBox_Statics::NewProp_bExplicitWrapSize,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBox_Statics::NewProp_HorizontalAlignment,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWrapBox_Statics::NewProp_Orientation,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBox_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UWrapBox Property Definitions **********************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UWrapBox_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UPanelWidget,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBox_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWrapBox_Statics::ClassParams = {
|
||
|
|
&UWrapBox::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UWrapBox_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBox_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x00A800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWrapBox_Statics::Class_MetaDataParams), Z_Construct_UClass_UWrapBox_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UWrapBox::StaticRegisterNativesUWrapBox()
|
||
|
|
{
|
||
|
|
UClass* Class = UWrapBox::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UWrapBox_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UWrapBox()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UWrapBox.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWrapBox.OuterSingleton, Z_Construct_UClass_UWrapBox_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UWrapBox.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWrapBox);
|
||
|
|
UWrapBox::~UWrapBox() {}
|
||
|
|
// ********** End Class UWrapBox *******************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBox_h__Script_UMG_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UWrapBox, UWrapBox::StaticClass, TEXT("UWrapBox"), &Z_Registration_Info_UClass_UWrapBox, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWrapBox), 3257842783U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBox_h__Script_UMG_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBox_h__Script_UMG_2517417766{
|
||
|
|
TEXT("/Script/UMG"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBox_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_WrapBox_h__Script_UMG_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|