836 lines
50 KiB
C++
836 lines
50 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/GridSlot.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 EmptyLinkFunctionForGeneratedCodeGridSlot() {}
|
||
|
|
|
||
|
|
// ********** 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_EVerticalAlignment();
|
||
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UGridSlot();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UGridSlot_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UPanelSlot();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetColumn *********************************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetColumn_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetColumn_Parms
|
||
|
|
{
|
||
|
|
int32 InColumn;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** Sets the column index of the slot, this determines what cell the slot is in the panel */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "Sets the column index of the slot, this determines what cell the slot is in the panel" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetColumn constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InColumn;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetColumn constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetColumn Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGridSlot_SetColumn_Statics::NewProp_InColumn = { "InColumn", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetColumn_Parms, InColumn), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetColumn_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetColumn_Statics::NewProp_InColumn,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetColumn_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetColumn Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetColumn_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetColumn", Z_Construct_UFunction_UGridSlot_SetColumn_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetColumn_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetColumn_Statics::GridSlot_eventSetColumn_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetColumn_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetColumn_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetColumn_Statics::GridSlot_eventSetColumn_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetColumn()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetColumn_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::execSetColumn)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InColumn);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetColumn(Z_Param_InColumn);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UGridSlot Function SetColumn ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetColumnSpan *****************************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetColumnSpan_Parms
|
||
|
|
{
|
||
|
|
int32 InColumnSpan;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** How many columns this slot spans over */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "How many columns this slot spans over" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetColumnSpan constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InColumnSpan;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetColumnSpan constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetColumnSpan Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::NewProp_InColumnSpan = { "InColumnSpan", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetColumnSpan_Parms, InColumnSpan), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::NewProp_InColumnSpan,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetColumnSpan Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetColumnSpan", Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::GridSlot_eventSetColumnSpan_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::GridSlot_eventSetColumnSpan_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetColumnSpan()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetColumnSpan_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::execSetColumnSpan)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InColumnSpan);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetColumnSpan(Z_Param_InColumnSpan);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UGridSlot Function SetColumnSpan *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetHorizontalAlignment ********************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetHorizontalAlignment_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EHorizontalAlignment> InHorizontalAlignment;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.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_UGridSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetHorizontalAlignment Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::GridSlot_eventSetHorizontalAlignment_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::GridSlot_eventSetHorizontalAlignment_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::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 UGridSlot Function SetHorizontalAlignment **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetLayer **********************************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetLayer_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetLayer_Parms
|
||
|
|
{
|
||
|
|
int32 InLayer;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** Sets positive values offset this cell to be hit-tested and drawn on top of others. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "Sets positive values offset this cell to be hit-tested and drawn on top of others." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetLayer constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InLayer;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetLayer constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetLayer Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGridSlot_SetLayer_Statics::NewProp_InLayer = { "InLayer", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetLayer_Parms, InLayer), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetLayer_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetLayer_Statics::NewProp_InLayer,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetLayer_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetLayer Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetLayer_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetLayer", Z_Construct_UFunction_UGridSlot_SetLayer_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetLayer_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetLayer_Statics::GridSlot_eventSetLayer_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetLayer_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetLayer_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetLayer_Statics::GridSlot_eventSetLayer_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetLayer()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetLayer_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::execSetLayer)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InLayer);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetLayer(Z_Param_InLayer);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UGridSlot Function SetLayer ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetNudge **********************************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetNudge_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetNudge_Parms
|
||
|
|
{
|
||
|
|
FVector2D InNudge;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** Sets the offset for this slot's content by some amount; positive values offset to lower right*/" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "Sets the offset for this slot's content by some amount; positive values offset to lower right" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetNudge constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InNudge;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetNudge constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetNudge Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UGridSlot_SetNudge_Statics::NewProp_InNudge = { "InNudge", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetNudge_Parms, InNudge), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetNudge_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetNudge_Statics::NewProp_InNudge,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetNudge_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetNudge Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetNudge_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetNudge", Z_Construct_UFunction_UGridSlot_SetNudge_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetNudge_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetNudge_Statics::GridSlot_eventSetNudge_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetNudge_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetNudge_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetNudge_Statics::GridSlot_eventSetNudge_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetNudge()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetNudge_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::execSetNudge)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FVector2D,Z_Param_InNudge);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetNudge(Z_Param_InNudge);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UGridSlot Function SetNudge ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetPadding ********************************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetPadding_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetPadding_Parms
|
||
|
|
{
|
||
|
|
FMargin InPadding;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Border Slot" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.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_UGridSlot_SetPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetPadding_Parms, InPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetPadding_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetPadding_Statics::NewProp_InPadding,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetPadding_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetPadding Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetPadding", Z_Construct_UFunction_UGridSlot_SetPadding_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetPadding_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetPadding_Statics::GridSlot_eventSetPadding_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetPadding_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetPadding_Statics::GridSlot_eventSetPadding_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetPadding()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetPadding_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::execSetPadding)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FMargin,Z_Param_InPadding);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetPadding(Z_Param_InPadding);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UGridSlot Function SetPadding **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetRow ************************************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetRow_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetRow_Parms
|
||
|
|
{
|
||
|
|
int32 InRow;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** Sets the row index of the slot, this determines what cell the slot is in the panel */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "Sets the row index of the slot, this determines what cell the slot is in the panel" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetRow constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InRow;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetRow constinit property declarations **********************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetRow Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGridSlot_SetRow_Statics::NewProp_InRow = { "InRow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetRow_Parms, InRow), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetRow_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetRow_Statics::NewProp_InRow,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetRow_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetRow Property Definitions *********************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetRow_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetRow", Z_Construct_UFunction_UGridSlot_SetRow_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetRow_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetRow_Statics::GridSlot_eventSetRow_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetRow_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetRow_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetRow_Statics::GridSlot_eventSetRow_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetRow()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetRow_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::execSetRow)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InRow);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetRow(Z_Param_InRow);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UGridSlot Function SetRow **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetRowSpan ********************************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetRowSpan_Parms
|
||
|
|
{
|
||
|
|
int32 InRowSpan;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** How many rows this this slot spans over */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "How many rows this this slot spans over" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetRowSpan constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InRowSpan;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetRowSpan constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetRowSpan Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::NewProp_InRowSpan = { "InRowSpan", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetRowSpan_Parms, InRowSpan), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::NewProp_InRowSpan,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetRowSpan Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetRowSpan", Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::GridSlot_eventSetRowSpan_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::GridSlot_eventSetRowSpan_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetRowSpan()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetRowSpan_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::execSetRowSpan)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InRowSpan);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetRowSpan(Z_Param_InRowSpan);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UGridSlot Function SetRowSpan **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Function SetVerticalAlignment **********************************
|
||
|
|
struct Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics
|
||
|
|
{
|
||
|
|
struct GridSlot_eventSetVerticalAlignment_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EVerticalAlignment> InVerticalAlignment;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.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_UGridSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment = { "InVerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(GridSlot_eventSetVerticalAlignment_Parms, InVerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(0, nullptr) }; // 2496106429
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetVerticalAlignment Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UGridSlot, nullptr, "SetVerticalAlignment", Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::GridSlot_eventSetVerticalAlignment_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::GridSlot_eventSetVerticalAlignment_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UGridSlot_SetVerticalAlignment()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UGridSlot_SetVerticalAlignment_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UGridSlot::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 UGridSlot Function SetVerticalAlignment ************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot ****************************************************************
|
||
|
|
void UGridSlot::GetPadding_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
FMargin& Result = *(FMargin*)OutValue;
|
||
|
|
Result = (FMargin)Obj->GetPadding();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetPadding_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
FMargin& Value = *(FMargin*)InValue;
|
||
|
|
Obj->SetPadding(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetHorizontalAlignment_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
uint8& Result = *(uint8*)OutValue;
|
||
|
|
Result = (uint8)Obj->GetHorizontalAlignment();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
|
||
|
|
Obj->SetHorizontalAlignment(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetVerticalAlignment_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
uint8& Result = *(uint8*)OutValue;
|
||
|
|
Result = (uint8)Obj->GetVerticalAlignment();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue;
|
||
|
|
Obj->SetVerticalAlignment(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetRow_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
int32& Result = *(int32*)OutValue;
|
||
|
|
Result = (int32)Obj->GetRow();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetRow_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
int32& Value = *(int32*)InValue;
|
||
|
|
Obj->SetRow(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetRowSpan_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
int32& Result = *(int32*)OutValue;
|
||
|
|
Result = (int32)Obj->GetRowSpan();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetRowSpan_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
int32& Value = *(int32*)InValue;
|
||
|
|
Obj->SetRowSpan(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetColumn_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
int32& Result = *(int32*)OutValue;
|
||
|
|
Result = (int32)Obj->GetColumn();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetColumn_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
int32& Value = *(int32*)InValue;
|
||
|
|
Obj->SetColumn(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetColumnSpan_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
int32& Result = *(int32*)OutValue;
|
||
|
|
Result = (int32)Obj->GetColumnSpan();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetColumnSpan_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
int32& Value = *(int32*)InValue;
|
||
|
|
Obj->SetColumnSpan(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetLayer_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
int32& Result = *(int32*)OutValue;
|
||
|
|
Result = (int32)Obj->GetLayer();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetLayer_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
int32& Value = *(int32*)InValue;
|
||
|
|
Obj->SetLayer(Value);
|
||
|
|
}
|
||
|
|
void UGridSlot::GetNudge_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UGridSlot* Obj = (const UGridSlot*)Object;
|
||
|
|
FVector2D& Result = *(FVector2D*)OutValue;
|
||
|
|
Result = (FVector2D)Obj->GetNudge();
|
||
|
|
}
|
||
|
|
void UGridSlot::SetNudge_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UGridSlot* Obj = (UGridSlot*)Object;
|
||
|
|
FVector2D& Value = *(FVector2D*)InValue;
|
||
|
|
Obj->SetNudge(Value);
|
||
|
|
}
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGridSlot;
|
||
|
|
UClass* UGridSlot::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UGridSlot;
|
||
|
|
if (!Z_Registration_Info_UClass_UGridSlot.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("GridSlot"),
|
||
|
|
Z_Registration_Info_UClass_UGridSlot.InnerSingleton,
|
||
|
|
StaticRegisterNativesUGridSlot,
|
||
|
|
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_UGridSlot.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGridSlot_NoRegister()
|
||
|
|
{
|
||
|
|
return UGridSlot::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UGridSlot_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * A slot for UGridPanel, these slots all share the same size as the largest slot\n * in the grid.\n */" },
|
||
|
|
{ "IncludePath", "Components/GridSlot.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "A slot for UGridPanel, these slots all share the same size as the largest slot\nin the grid." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetPadding" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** The padding area between the slot and the content it contains. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "The padding area between the slot and the content it contains." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HorizontalAlignment_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetHorizontalAlignment" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** The alignment of the object horizontally. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "The alignment of the object horizontally." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VerticalAlignment_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetVerticalAlignment" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** The alignment of the object vertically. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "The alignment of the object vertically." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Row_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetRow" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** The row index of the cell this slot is in */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "The row index of the cell this slot is in" },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RowSpan_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetRowSpan" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Column_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetColumn" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** The column index of the cell this slot is in */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "The column index of the cell this slot is in" },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColumnSpan_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetColumnSpan" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Layer_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetLayer" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** Positive values offset this cell to be hit-tested and drawn on top of others. Default is 0; i.e. no offset. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "Positive values offset this cell to be hit-tested and drawn on top of others. Default is 0; i.e. no offset." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Nudge_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetNudge" },
|
||
|
|
{ "Category", "Layout|Grid Slot" },
|
||
|
|
{ "Comment", "/** Offset this slot's content by some amount; positive values offset to lower right */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/GridSlot.h" },
|
||
|
|
{ "ToolTip", "Offset this slot's content by some amount; positive values offset to lower right" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Padding;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_HorizontalAlignment;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_VerticalAlignment;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Row;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_RowSpan;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Column;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ColumnSpan;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Layer;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Nudge;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UGridSlot constinit property declarations **********************************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetColumn"), .Pointer = &UGridSlot::execSetColumn },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetColumnSpan"), .Pointer = &UGridSlot::execSetColumnSpan },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UGridSlot::execSetHorizontalAlignment },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetLayer"), .Pointer = &UGridSlot::execSetLayer },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetNudge"), .Pointer = &UGridSlot::execSetNudge },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetPadding"), .Pointer = &UGridSlot::execSetPadding },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetRow"), .Pointer = &UGridSlot::execSetRow },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetRowSpan"), .Pointer = &UGridSlot::execSetRowSpan },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetVerticalAlignment"), .Pointer = &UGridSlot::execSetVerticalAlignment },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetColumn, "SetColumn" }, // 1355585824
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetColumnSpan, "SetColumnSpan" }, // 1524029148
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 3916098045
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetLayer, "SetLayer" }, // 2643946409
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetNudge, "SetNudge" }, // 1450049975
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetPadding, "SetPadding" }, // 4154002460
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetRow, "SetRow" }, // 271176991
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetRowSpan, "SetRowSpan" }, // 2848927371
|
||
|
|
{ &Z_Construct_UFunction_UGridSlot_SetVerticalAlignment, "SetVerticalAlignment" }, // 1954388018
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UGridSlot>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UGridSlot_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UGridSlot Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetPadding_WrapperImpl, &UGridSlot::GetPadding_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, Padding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetHorizontalAlignment_WrapperImpl, &UGridSlot::GetHorizontalAlignment_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, 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_UGridSlot_Statics::NewProp_VerticalAlignment = { "VerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetVerticalAlignment_WrapperImpl, &UGridSlot::GetVerticalAlignment_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, VerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VerticalAlignment_MetaData), NewProp_VerticalAlignment_MetaData) }; // 2496106429
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_Row = { "Row", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetRow_WrapperImpl, &UGridSlot::GetRow_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, Row), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Row_MetaData), NewProp_Row_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_RowSpan = { "RowSpan", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetRowSpan_WrapperImpl, &UGridSlot::GetRowSpan_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, RowSpan), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RowSpan_MetaData), NewProp_RowSpan_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_Column = { "Column", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetColumn_WrapperImpl, &UGridSlot::GetColumn_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, Column), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Column_MetaData), NewProp_Column_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_ColumnSpan = { "ColumnSpan", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetColumnSpan_WrapperImpl, &UGridSlot::GetColumnSpan_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, ColumnSpan), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColumnSpan_MetaData), NewProp_ColumnSpan_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_Layer = { "Layer", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetLayer_WrapperImpl, &UGridSlot::GetLayer_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, Layer), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Layer_MetaData), NewProp_Layer_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGridSlot_Statics::NewProp_Nudge = { "Nudge", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UGridSlot::SetNudge_WrapperImpl, &UGridSlot::GetNudge_WrapperImpl, 1, STRUCT_OFFSET(UGridSlot, Nudge), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Nudge_MetaData), NewProp_Nudge_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGridSlot_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_Padding,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_HorizontalAlignment,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_VerticalAlignment,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_Row,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_RowSpan,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_Column,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_ColumnSpan,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_Layer,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGridSlot_Statics::NewProp_Nudge,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGridSlot_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UGridSlot Property Definitions *********************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UGridSlot_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UPanelSlot,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGridSlot_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGridSlot_Statics::ClassParams = {
|
||
|
|
&UGridSlot::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UGridSlot_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGridSlot_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x00A800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGridSlot_Statics::Class_MetaDataParams), Z_Construct_UClass_UGridSlot_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UGridSlot::StaticRegisterNativesUGridSlot()
|
||
|
|
{
|
||
|
|
UClass* Class = UGridSlot::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UGridSlot_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGridSlot()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UGridSlot.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGridSlot.OuterSingleton, Z_Construct_UClass_UGridSlot_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UGridSlot.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGridSlot);
|
||
|
|
UGridSlot::~UGridSlot() {}
|
||
|
|
// ********** End Class UGridSlot ******************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_GridSlot_h__Script_UMG_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UGridSlot, UGridSlot::StaticClass, TEXT("UGridSlot"), &Z_Registration_Info_UClass_UGridSlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGridSlot), 1653320857U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_GridSlot_h__Script_UMG_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_GridSlot_h__Script_UMG_3758937234{
|
||
|
|
TEXT("/Script/UMG"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_GridSlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_GridSlot_h__Script_UMG_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|