343 lines
20 KiB
C++
343 lines
20 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 "Groups/CommonWidgetGroupBase.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCommonWidgetGroupBase() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetGroupBase();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetGroupBase_NoRegister();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonWidgetGroupBase Function AddWidget ********************************
|
||
|
|
struct Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics
|
||
|
|
{
|
||
|
|
struct CommonWidgetGroupBase_eventAddWidget_Parms
|
||
|
|
{
|
||
|
|
UWidget* InWidget;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Group" },
|
||
|
|
{ "ModuleRelativePath", "Public/Groups/CommonWidgetGroupBase.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InWidget_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddWidget constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InWidget;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddWidget constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddWidget Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::NewProp_InWidget = { "InWidget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetGroupBase_eventAddWidget_Parms, InWidget), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InWidget_MetaData), NewProp_InWidget_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::NewProp_InWidget,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddWidget Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetGroupBase, nullptr, "AddWidget", Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::CommonWidgetGroupBase_eventAddWidget_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::CommonWidgetGroupBase_eventAddWidget_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCommonWidgetGroupBase::execAddWidget)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UWidget,Z_Param_InWidget);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->AddWidget(Z_Param_InWidget);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCommonWidgetGroupBase Function AddWidget **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonWidgetGroupBase Function AddWidgets *******************************
|
||
|
|
struct Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics
|
||
|
|
{
|
||
|
|
struct CommonWidgetGroupBase_eventAddWidgets_Parms
|
||
|
|
{
|
||
|
|
TArray<UWidget*> Widgets;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Group" },
|
||
|
|
{ "ModuleRelativePath", "Public/Groups/CommonWidgetGroupBase.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Widgets_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddWidgets constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Widgets_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Widgets;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddWidgets constinit property declarations ******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddWidgets Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::NewProp_Widgets_Inner = { "Widgets", nullptr, (EPropertyFlags)0x0000000000080000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::NewProp_Widgets = { "Widgets", nullptr, (EPropertyFlags)0x0010008008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetGroupBase_eventAddWidgets_Parms, Widgets), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Widgets_MetaData), NewProp_Widgets_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::NewProp_Widgets_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::NewProp_Widgets,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddWidgets Property Definitions *****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetGroupBase, nullptr, "AddWidgets", Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::CommonWidgetGroupBase_eventAddWidgets_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::CommonWidgetGroupBase_eventAddWidgets_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCommonWidgetGroupBase::execAddWidgets)
|
||
|
|
{
|
||
|
|
P_GET_TARRAY_REF(UWidget*,Z_Param_Out_Widgets);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->AddWidgets(Z_Param_Out_Widgets);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCommonWidgetGroupBase Function AddWidgets *********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonWidgetGroupBase Function RemoveAll ********************************
|
||
|
|
struct Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveAll_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Group" },
|
||
|
|
{ "ModuleRelativePath", "Public/Groups/CommonWidgetGroupBase.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveAll constinit property declarations *****************************
|
||
|
|
// ********** End Function RemoveAll constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveAll_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetGroupBase, nullptr, "RemoveAll", nullptr,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveAll_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveAll_Statics::Function_MetaDataParams)}, };
|
||
|
|
UFunction* Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveAll()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveAll_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCommonWidgetGroupBase::execRemoveAll)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->RemoveAll();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCommonWidgetGroupBase Function RemoveAll **********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonWidgetGroupBase Function RemoveWidget *****************************
|
||
|
|
struct Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics
|
||
|
|
{
|
||
|
|
struct CommonWidgetGroupBase_eventRemoveWidget_Parms
|
||
|
|
{
|
||
|
|
UWidget* InWidget;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Group" },
|
||
|
|
{ "ModuleRelativePath", "Public/Groups/CommonWidgetGroupBase.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InWidget_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveWidget constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InWidget;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RemoveWidget constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RemoveWidget Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::NewProp_InWidget = { "InWidget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonWidgetGroupBase_eventRemoveWidget_Parms, InWidget), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InWidget_MetaData), NewProp_InWidget_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::NewProp_InWidget,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RemoveWidget Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonWidgetGroupBase, nullptr, "RemoveWidget", Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::CommonWidgetGroupBase_eventRemoveWidget_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::CommonWidgetGroupBase_eventRemoveWidget_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCommonWidgetGroupBase::execRemoveWidget)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UWidget,Z_Param_InWidget);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->RemoveWidget(Z_Param_InWidget);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCommonWidgetGroupBase Function RemoveWidget *******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonWidgetGroupBase ***************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonWidgetGroupBase;
|
||
|
|
UClass* UCommonWidgetGroupBase::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UCommonWidgetGroupBase;
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonWidgetGroupBase.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("CommonWidgetGroupBase"),
|
||
|
|
Z_Registration_Info_UClass_UCommonWidgetGroupBase.InnerSingleton,
|
||
|
|
StaticRegisterNativesUCommonWidgetGroupBase,
|
||
|
|
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_UCommonWidgetGroupBase.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonWidgetGroupBase_NoRegister()
|
||
|
|
{
|
||
|
|
return UCommonWidgetGroupBase::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UCommonWidgetGroupBase_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/**\n * Base class for CommonUI widget groups, currently only used for button groups\n */" },
|
||
|
|
{ "IncludePath", "Groups/CommonWidgetGroupBase.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Groups/CommonWidgetGroupBase.h" },
|
||
|
|
{ "ToolTip", "Base class for CommonUI widget groups, currently only used for button groups" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonWidgetGroupBase constinit property declarations *******************
|
||
|
|
// ********** End Class UCommonWidgetGroupBase constinit property declarations *********************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddWidget"), .Pointer = &UCommonWidgetGroupBase::execAddWidget },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddWidgets"), .Pointer = &UCommonWidgetGroupBase::execAddWidgets },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveAll"), .Pointer = &UCommonWidgetGroupBase::execRemoveAll },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RemoveWidget"), .Pointer = &UCommonWidgetGroupBase::execRemoveWidget },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidget, "AddWidget" }, // 856774451
|
||
|
|
{ &Z_Construct_UFunction_UCommonWidgetGroupBase_AddWidgets, "AddWidgets" }, // 533629713
|
||
|
|
{ &Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveAll, "RemoveAll" }, // 4276029942
|
||
|
|
{ &Z_Construct_UFunction_UCommonWidgetGroupBase_RemoveWidget, "RemoveWidget" }, // 2641621138
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UCommonWidgetGroupBase>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UCommonWidgetGroupBase_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UCommonWidgetGroupBase_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetGroupBase_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonWidgetGroupBase_Statics::ClassParams = {
|
||
|
|
&UCommonWidgetGroupBase::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A1u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonWidgetGroupBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonWidgetGroupBase_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UCommonWidgetGroupBase::StaticRegisterNativesUCommonWidgetGroupBase()
|
||
|
|
{
|
||
|
|
UClass* Class = UCommonWidgetGroupBase::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonWidgetGroupBase_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonWidgetGroupBase()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonWidgetGroupBase.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonWidgetGroupBase.OuterSingleton, Z_Construct_UClass_UCommonWidgetGroupBase_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UCommonWidgetGroupBase.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonWidgetGroupBase);
|
||
|
|
UCommonWidgetGroupBase::~UCommonWidgetGroupBase() {}
|
||
|
|
// ********** End Class UCommonWidgetGroupBase *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonWidgetGroupBase_h__Script_CommonUI_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UCommonWidgetGroupBase, UCommonWidgetGroupBase::StaticClass, TEXT("UCommonWidgetGroupBase"), &Z_Registration_Info_UClass_UCommonWidgetGroupBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonWidgetGroupBase), 4173924025U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonWidgetGroupBase_h__Script_CommonUI_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonWidgetGroupBase_h__Script_CommonUI_2852253405{
|
||
|
|
TEXT("/Script/CommonUI"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonWidgetGroupBase_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonWidgetGroupBase_h__Script_CommonUI_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|