447 lines
29 KiB
C++
447 lines
29 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/UniformGridPanel.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 EmptyLinkFunctionForGeneratedCodeUniformGridPanel() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
|
|
UMG_API UClass* Z_Construct_UClass_UPanelWidget();
|
|
UMG_API UClass* Z_Construct_UClass_UUniformGridPanel();
|
|
UMG_API UClass* Z_Construct_UClass_UUniformGridPanel_NoRegister();
|
|
UMG_API UClass* Z_Construct_UClass_UUniformGridSlot_NoRegister();
|
|
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UUniformGridPanel Function AddChildToUniformGrid *************************
|
|
struct Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics
|
|
{
|
|
struct UniformGridPanel_eventAddChildToUniformGrid_Parms
|
|
{
|
|
UWidget* Content;
|
|
int32 InRow;
|
|
int32 InColumn;
|
|
UUniformGridSlot* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget" },
|
|
{ "Comment", "/** */" },
|
|
{ "CPP_Default_InColumn", "0" },
|
|
{ "CPP_Default_InRow", "0" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.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 AddChildToUniformGrid constinit property declarations *****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Content;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InRow;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InColumn;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AddChildToUniformGrid constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AddChildToUniformGrid Property Definitions ****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UniformGridPanel_eventAddChildToUniformGrid_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_InRow = { "InRow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UniformGridPanel_eventAddChildToUniformGrid_Parms, InRow), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_InColumn = { "InColumn", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UniformGridPanel_eventAddChildToUniformGrid_Parms, InColumn), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UniformGridPanel_eventAddChildToUniformGrid_Parms, ReturnValue), Z_Construct_UClass_UUniformGridSlot_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_Content,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_InRow,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_InColumn,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::PropPointers) < 2048);
|
|
// ********** End Function AddChildToUniformGrid Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UUniformGridPanel, nullptr, "AddChildToUniformGrid", Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::UniformGridPanel_eventAddChildToUniformGrid_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::UniformGridPanel_eventAddChildToUniformGrid_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UUniformGridPanel::execAddChildToUniformGrid)
|
|
{
|
|
P_GET_OBJECT(UWidget,Z_Param_Content);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InRow);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InColumn);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UUniformGridSlot**)Z_Param__Result=P_THIS->AddChildToUniformGrid(Z_Param_Content,Z_Param_InRow,Z_Param_InColumn);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UUniformGridPanel Function AddChildToUniformGrid ***************************
|
|
|
|
// ********** Begin Class UUniformGridPanel Function SetMinDesiredSlotHeight ***********************
|
|
struct Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics
|
|
{
|
|
struct UniformGridPanel_eventSetMinDesiredSlotHeight_Parms
|
|
{
|
|
float InMinDesiredSlotHeight;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Child Layout" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetMinDesiredSlotHeight constinit property declarations ***************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InMinDesiredSlotHeight;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetMinDesiredSlotHeight constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetMinDesiredSlotHeight Property Definitions **************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::NewProp_InMinDesiredSlotHeight = { "InMinDesiredSlotHeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UniformGridPanel_eventSetMinDesiredSlotHeight_Parms, InMinDesiredSlotHeight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::NewProp_InMinDesiredSlotHeight,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetMinDesiredSlotHeight Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UUniformGridPanel, nullptr, "SetMinDesiredSlotHeight", Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::UniformGridPanel_eventSetMinDesiredSlotHeight_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::Function_MetaDataParams), Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::UniformGridPanel_eventSetMinDesiredSlotHeight_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UUniformGridPanel::execSetMinDesiredSlotHeight)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InMinDesiredSlotHeight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetMinDesiredSlotHeight(Z_Param_InMinDesiredSlotHeight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UUniformGridPanel Function SetMinDesiredSlotHeight *************************
|
|
|
|
// ********** Begin Class UUniformGridPanel Function SetMinDesiredSlotWidth ************************
|
|
struct Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics
|
|
{
|
|
struct UniformGridPanel_eventSetMinDesiredSlotWidth_Parms
|
|
{
|
|
float InMinDesiredSlotWidth;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Child Layout" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetMinDesiredSlotWidth constinit property declarations ****************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InMinDesiredSlotWidth;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetMinDesiredSlotWidth constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetMinDesiredSlotWidth Property Definitions ***************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::NewProp_InMinDesiredSlotWidth = { "InMinDesiredSlotWidth", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UniformGridPanel_eventSetMinDesiredSlotWidth_Parms, InMinDesiredSlotWidth), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::NewProp_InMinDesiredSlotWidth,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetMinDesiredSlotWidth Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UUniformGridPanel, nullptr, "SetMinDesiredSlotWidth", Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::UniformGridPanel_eventSetMinDesiredSlotWidth_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::Function_MetaDataParams), Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::UniformGridPanel_eventSetMinDesiredSlotWidth_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UUniformGridPanel::execSetMinDesiredSlotWidth)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InMinDesiredSlotWidth);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetMinDesiredSlotWidth(Z_Param_InMinDesiredSlotWidth);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UUniformGridPanel Function SetMinDesiredSlotWidth **************************
|
|
|
|
// ********** Begin Class UUniformGridPanel Function SetSlotPadding ********************************
|
|
struct Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics
|
|
{
|
|
struct UniformGridPanel_eventSetSlotPadding_Parms
|
|
{
|
|
FMargin InSlotPadding;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Child Layout" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetSlotPadding constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InSlotPadding;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetSlotPadding constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetSlotPadding Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::NewProp_InSlotPadding = { "InSlotPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UniformGridPanel_eventSetSlotPadding_Parms, InSlotPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::NewProp_InSlotPadding,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetSlotPadding Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UUniformGridPanel, nullptr, "SetSlotPadding", Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::UniformGridPanel_eventSetSlotPadding_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::UniformGridPanel_eventSetSlotPadding_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UUniformGridPanel::execSetSlotPadding)
|
|
{
|
|
P_GET_STRUCT(FMargin,Z_Param_InSlotPadding);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetSlotPadding(Z_Param_InSlotPadding);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UUniformGridPanel Function SetSlotPadding **********************************
|
|
|
|
// ********** Begin Class UUniformGridPanel ********************************************************
|
|
void UUniformGridPanel::GetSlotPadding_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const UUniformGridPanel* Obj = (const UUniformGridPanel*)Object;
|
|
FMargin& Result = *(FMargin*)OutValue;
|
|
Result = (FMargin)Obj->GetSlotPadding();
|
|
}
|
|
void UUniformGridPanel::SetSlotPadding_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
UUniformGridPanel* Obj = (UUniformGridPanel*)Object;
|
|
FMargin& Value = *(FMargin*)InValue;
|
|
Obj->SetSlotPadding(Value);
|
|
}
|
|
void UUniformGridPanel::GetMinDesiredSlotWidth_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const UUniformGridPanel* Obj = (const UUniformGridPanel*)Object;
|
|
float& Result = *(float*)OutValue;
|
|
Result = (float)Obj->GetMinDesiredSlotWidth();
|
|
}
|
|
void UUniformGridPanel::SetMinDesiredSlotWidth_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
UUniformGridPanel* Obj = (UUniformGridPanel*)Object;
|
|
float& Value = *(float*)InValue;
|
|
Obj->SetMinDesiredSlotWidth(Value);
|
|
}
|
|
void UUniformGridPanel::GetMinDesiredSlotHeight_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const UUniformGridPanel* Obj = (const UUniformGridPanel*)Object;
|
|
float& Result = *(float*)OutValue;
|
|
Result = (float)Obj->GetMinDesiredSlotHeight();
|
|
}
|
|
void UUniformGridPanel::SetMinDesiredSlotHeight_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
UUniformGridPanel* Obj = (UUniformGridPanel*)Object;
|
|
float& Value = *(float*)InValue;
|
|
Obj->SetMinDesiredSlotHeight(Value);
|
|
}
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UUniformGridPanel;
|
|
UClass* UUniformGridPanel::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UUniformGridPanel;
|
|
if (!Z_Registration_Info_UClass_UUniformGridPanel.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("UniformGridPanel"),
|
|
Z_Registration_Info_UClass_UUniformGridPanel.InnerSingleton,
|
|
StaticRegisterNativesUUniformGridPanel,
|
|
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_UUniformGridPanel.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UUniformGridPanel_NoRegister()
|
|
{
|
|
return UUniformGridPanel::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UUniformGridPanel_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * A panel that evenly divides up available space between all of its children.\n */" },
|
|
{ "IncludePath", "Components/UniformGridPanel.h" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.h" },
|
|
{ "ToolTip", "A panel that evenly divides up available space between all of its children." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SlotPadding_MetaData[] = {
|
|
{ "BlueprintSetter", "SetSlotPadding" },
|
|
{ "Category", "Child Layout" },
|
|
{ "Comment", "/** Padding given to each slot */" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.h" },
|
|
{ "ToolTip", "Padding given to each slot" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MinDesiredSlotWidth_MetaData[] = {
|
|
{ "BlueprintSetter", "SetMinDesiredSlotWidth" },
|
|
{ "Category", "Child Layout" },
|
|
{ "Comment", "/** The minimum desired width of the slots */" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.h" },
|
|
{ "ToolTip", "The minimum desired width of the slots" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MinDesiredSlotHeight_MetaData[] = {
|
|
{ "BlueprintSetter", "SetMinDesiredSlotHeight" },
|
|
{ "Category", "Child Layout" },
|
|
{ "Comment", "/** The minimum desired height of the slots */" },
|
|
{ "ModuleRelativePath", "Public/Components/UniformGridPanel.h" },
|
|
{ "ToolTip", "The minimum desired height of the slots" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UUniformGridPanel constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SlotPadding;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinDesiredSlotWidth;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinDesiredSlotHeight;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UUniformGridPanel constinit property declarations **************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("AddChildToUniformGrid"), .Pointer = &UUniformGridPanel::execAddChildToUniformGrid },
|
|
{ .NameUTF8 = UTF8TEXT("SetMinDesiredSlotHeight"), .Pointer = &UUniformGridPanel::execSetMinDesiredSlotHeight },
|
|
{ .NameUTF8 = UTF8TEXT("SetMinDesiredSlotWidth"), .Pointer = &UUniformGridPanel::execSetMinDesiredSlotWidth },
|
|
{ .NameUTF8 = UTF8TEXT("SetSlotPadding"), .Pointer = &UUniformGridPanel::execSetSlotPadding },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UUniformGridPanel_AddChildToUniformGrid, "AddChildToUniformGrid" }, // 1243290382
|
|
{ &Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotHeight, "SetMinDesiredSlotHeight" }, // 3762985828
|
|
{ &Z_Construct_UFunction_UUniformGridPanel_SetMinDesiredSlotWidth, "SetMinDesiredSlotWidth" }, // 2067034266
|
|
{ &Z_Construct_UFunction_UUniformGridPanel_SetSlotPadding, "SetSlotPadding" }, // 670584443
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UUniformGridPanel>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UUniformGridPanel_Statics
|
|
|
|
// ********** Begin Class UUniformGridPanel Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UUniformGridPanel_Statics::NewProp_SlotPadding = { "SlotPadding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UUniformGridPanel::SetSlotPadding_WrapperImpl, &UUniformGridPanel::GetSlotPadding_WrapperImpl, 1, STRUCT_OFFSET(UUniformGridPanel, SlotPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SlotPadding_MetaData), NewProp_SlotPadding_MetaData) }; // 4099648758
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UUniformGridPanel_Statics::NewProp_MinDesiredSlotWidth = { "MinDesiredSlotWidth", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, &UUniformGridPanel::SetMinDesiredSlotWidth_WrapperImpl, &UUniformGridPanel::GetMinDesiredSlotWidth_WrapperImpl, 1, STRUCT_OFFSET(UUniformGridPanel, MinDesiredSlotWidth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MinDesiredSlotWidth_MetaData), NewProp_MinDesiredSlotWidth_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UUniformGridPanel_Statics::NewProp_MinDesiredSlotHeight = { "MinDesiredSlotHeight", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, &UUniformGridPanel::SetMinDesiredSlotHeight_WrapperImpl, &UUniformGridPanel::GetMinDesiredSlotHeight_WrapperImpl, 1, STRUCT_OFFSET(UUniformGridPanel, MinDesiredSlotHeight), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MinDesiredSlotHeight_MetaData), NewProp_MinDesiredSlotHeight_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UUniformGridPanel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUniformGridPanel_Statics::NewProp_SlotPadding,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUniformGridPanel_Statics::NewProp_MinDesiredSlotWidth,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUniformGridPanel_Statics::NewProp_MinDesiredSlotHeight,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UUniformGridPanel_Statics::PropPointers) < 2048);
|
|
// ********** End Class UUniformGridPanel Property Definitions *************************************
|
|
UObject* (*const Z_Construct_UClass_UUniformGridPanel_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UPanelWidget,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UUniformGridPanel_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UUniformGridPanel_Statics::ClassParams = {
|
|
&UUniformGridPanel::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UUniformGridPanel_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UUniformGridPanel_Statics::PropPointers),
|
|
0,
|
|
0x00A800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UUniformGridPanel_Statics::Class_MetaDataParams), Z_Construct_UClass_UUniformGridPanel_Statics::Class_MetaDataParams)
|
|
};
|
|
void UUniformGridPanel::StaticRegisterNativesUUniformGridPanel()
|
|
{
|
|
UClass* Class = UUniformGridPanel::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UUniformGridPanel_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UUniformGridPanel()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UUniformGridPanel.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UUniformGridPanel.OuterSingleton, Z_Construct_UClass_UUniformGridPanel_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UUniformGridPanel.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UUniformGridPanel);
|
|
UUniformGridPanel::~UUniformGridPanel() {}
|
|
// ********** End Class UUniformGridPanel **********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_UniformGridPanel_h__Script_UMG_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UUniformGridPanel, UUniformGridPanel::StaticClass, TEXT("UUniformGridPanel"), &Z_Registration_Info_UClass_UUniformGridPanel, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UUniformGridPanel), 248922357U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_UniformGridPanel_h__Script_UMG_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_UniformGridPanel_h__Script_UMG_3681512689{
|
|
TEXT("/Script/UMG"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_UniformGridPanel_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_UniformGridPanel_h__Script_UMG_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|