348 lines
23 KiB
C++
348 lines
23 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 "CommonUserWidget.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeCommonUserWidget() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonUserWidget();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonUserWidget_NoRegister();
|
|
UMG_API UClass* Z_Construct_UClass_UUserWidget();
|
|
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UCommonUserWidget Function RegisterScrollRecipientExternal ***************
|
|
struct Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics
|
|
{
|
|
struct CommonUserWidget_eventRegisterScrollRecipientExternal_Parms
|
|
{
|
|
const UWidget* AnalogScrollRecipient;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "CommonUserWidget" },
|
|
{ "Comment", "/** Add a widget to the list of widgets to get scroll events for this input root node */" },
|
|
{ "ModuleRelativePath", "Public/CommonUserWidget.h" },
|
|
{ "ToolTip", "Add a widget to the list of widgets to get scroll events for this input root node" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnalogScrollRecipient_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RegisterScrollRecipientExternal constinit property declarations *******
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnalogScrollRecipient;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RegisterScrollRecipientExternal constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RegisterScrollRecipientExternal Property Definitions ******************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::NewProp_AnalogScrollRecipient = { "AnalogScrollRecipient", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonUserWidget_eventRegisterScrollRecipientExternal_Parms, AnalogScrollRecipient), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnalogScrollRecipient_MetaData), NewProp_AnalogScrollRecipient_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::NewProp_AnalogScrollRecipient,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::PropPointers) < 2048);
|
|
// ********** End Function RegisterScrollRecipientExternal Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonUserWidget, nullptr, "RegisterScrollRecipientExternal", Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::CommonUserWidget_eventRegisterScrollRecipientExternal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::CommonUserWidget_eventRegisterScrollRecipientExternal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonUserWidget::execRegisterScrollRecipientExternal)
|
|
{
|
|
P_GET_OBJECT(UWidget,Z_Param_AnalogScrollRecipient);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->RegisterScrollRecipientExternal(Z_Param_AnalogScrollRecipient);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonUserWidget Function RegisterScrollRecipientExternal *****************
|
|
|
|
// ********** Begin Class UCommonUserWidget Function SetConsumePointerInput ************************
|
|
struct Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics
|
|
{
|
|
struct CommonUserWidget_eventSetConsumePointerInput_Parms
|
|
{
|
|
bool bInConsumePointerInput;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "CommonUserWidget" },
|
|
{ "Comment", "/** Sets whether or not this widget will consume ALL pointer input that reaches it */" },
|
|
{ "ModuleRelativePath", "Public/CommonUserWidget.h" },
|
|
{ "ToolTip", "Sets whether or not this widget will consume ALL pointer input that reaches it" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetConsumePointerInput constinit property declarations ****************
|
|
static void NewProp_bInConsumePointerInput_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInConsumePointerInput;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetConsumePointerInput constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetConsumePointerInput Property Definitions ***************************
|
|
void Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::NewProp_bInConsumePointerInput_SetBit(void* Obj)
|
|
{
|
|
((CommonUserWidget_eventSetConsumePointerInput_Parms*)Obj)->bInConsumePointerInput = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::NewProp_bInConsumePointerInput = { "bInConsumePointerInput", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonUserWidget_eventSetConsumePointerInput_Parms), &Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::NewProp_bInConsumePointerInput_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::NewProp_bInConsumePointerInput,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetConsumePointerInput Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonUserWidget, nullptr, "SetConsumePointerInput", Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::CommonUserWidget_eventSetConsumePointerInput_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::CommonUserWidget_eventSetConsumePointerInput_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonUserWidget::execSetConsumePointerInput)
|
|
{
|
|
P_GET_UBOOL(Z_Param_bInConsumePointerInput);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetConsumePointerInput(Z_Param_bInConsumePointerInput);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonUserWidget Function SetConsumePointerInput **************************
|
|
|
|
// ********** Begin Class UCommonUserWidget Function UnregisterScrollRecipientExternal *************
|
|
struct Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics
|
|
{
|
|
struct CommonUserWidget_eventUnregisterScrollRecipientExternal_Parms
|
|
{
|
|
const UWidget* AnalogScrollRecipient;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "CommonUserWidget" },
|
|
{ "Comment", "/** Remove a widget from the list of widgets to get scroll events for this input root node */" },
|
|
{ "ModuleRelativePath", "Public/CommonUserWidget.h" },
|
|
{ "ToolTip", "Remove a widget from the list of widgets to get scroll events for this input root node" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnalogScrollRecipient_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function UnregisterScrollRecipientExternal constinit property declarations *****
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnalogScrollRecipient;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function UnregisterScrollRecipientExternal constinit property declarations *******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function UnregisterScrollRecipientExternal Property Definitions ****************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::NewProp_AnalogScrollRecipient = { "AnalogScrollRecipient", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonUserWidget_eventUnregisterScrollRecipientExternal_Parms, AnalogScrollRecipient), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnalogScrollRecipient_MetaData), NewProp_AnalogScrollRecipient_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::NewProp_AnalogScrollRecipient,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::PropPointers) < 2048);
|
|
// ********** End Function UnregisterScrollRecipientExternal Property Definitions ******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonUserWidget, nullptr, "UnregisterScrollRecipientExternal", Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::CommonUserWidget_eventUnregisterScrollRecipientExternal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::CommonUserWidget_eventUnregisterScrollRecipientExternal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonUserWidget::execUnregisterScrollRecipientExternal)
|
|
{
|
|
P_GET_OBJECT(UWidget,Z_Param_AnalogScrollRecipient);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->UnregisterScrollRecipientExternal(Z_Param_AnalogScrollRecipient);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonUserWidget Function UnregisterScrollRecipientExternal ***************
|
|
|
|
// ********** Begin Class UCommonUserWidget ********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonUserWidget;
|
|
UClass* UCommonUserWidget::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonUserWidget;
|
|
if (!Z_Registration_Info_UClass_UCommonUserWidget.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonUserWidget"),
|
|
Z_Registration_Info_UClass_UCommonUserWidget.InnerSingleton,
|
|
StaticRegisterNativesUCommonUserWidget,
|
|
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_UCommonUserWidget.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonUserWidget_NoRegister()
|
|
{
|
|
return UCommonUserWidget::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonUserWidget_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Category", "Common UI" },
|
|
{ "ClassGroupNames", "UI" },
|
|
{ "DisableNativeTick", "" },
|
|
{ "IncludePath", "CommonUserWidget.h" },
|
|
{ "ModuleRelativePath", "Public/CommonUserWidget.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDisplayInActionBar_MetaData[] = {
|
|
{ "AllowPrivateAccess", "TRUE" },
|
|
{ "Category", "Input" },
|
|
{ "Comment", "/** True to generally display this widget's actions in the action bar, assuming it has actions. */" },
|
|
{ "ModuleRelativePath", "Public/CommonUserWidget.h" },
|
|
{ "ToolTip", "True to generally display this widget's actions in the action bar, assuming it has actions." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bConsumePointerInput_MetaData[] = {
|
|
{ "AllowPrivateAccess", "TRUE" },
|
|
{ "Category", "Input" },
|
|
{ "Comment", "/** Set this to true if you don't want any pointer (mouse and touch) input to bubble past this widget */" },
|
|
{ "ModuleRelativePath", "Public/CommonUserWidget.h" },
|
|
{ "ToolTip", "Set this to true if you don't want any pointer (mouse and touch) input to bubble past this widget" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonUserWidget constinit property declarations ************************
|
|
static void NewProp_bDisplayInActionBar_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDisplayInActionBar;
|
|
static void NewProp_bConsumePointerInput_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bConsumePointerInput;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonUserWidget constinit property declarations **************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("RegisterScrollRecipientExternal"), .Pointer = &UCommonUserWidget::execRegisterScrollRecipientExternal },
|
|
{ .NameUTF8 = UTF8TEXT("SetConsumePointerInput"), .Pointer = &UCommonUserWidget::execSetConsumePointerInput },
|
|
{ .NameUTF8 = UTF8TEXT("UnregisterScrollRecipientExternal"), .Pointer = &UCommonUserWidget::execUnregisterScrollRecipientExternal },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UCommonUserWidget_RegisterScrollRecipientExternal, "RegisterScrollRecipientExternal" }, // 4105841108
|
|
{ &Z_Construct_UFunction_UCommonUserWidget_SetConsumePointerInput, "SetConsumePointerInput" }, // 2409388798
|
|
{ &Z_Construct_UFunction_UCommonUserWidget_UnregisterScrollRecipientExternal, "UnregisterScrollRecipientExternal" }, // 1730303001
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonUserWidget>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonUserWidget_Statics
|
|
|
|
// ********** Begin Class UCommonUserWidget Property Definitions ***********************************
|
|
void Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bDisplayInActionBar_SetBit(void* Obj)
|
|
{
|
|
((UCommonUserWidget*)Obj)->bDisplayInActionBar = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bDisplayInActionBar = { "bDisplayInActionBar", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonUserWidget), &Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bDisplayInActionBar_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDisplayInActionBar_MetaData), NewProp_bDisplayInActionBar_MetaData) };
|
|
void Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bConsumePointerInput_SetBit(void* Obj)
|
|
{
|
|
((UCommonUserWidget*)Obj)->bConsumePointerInput = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bConsumePointerInput = { "bConsumePointerInput", nullptr, (EPropertyFlags)0x0040000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonUserWidget), &Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bConsumePointerInput_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bConsumePointerInput_MetaData), NewProp_bConsumePointerInput_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonUserWidget_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bDisplayInActionBar,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonUserWidget_Statics::NewProp_bConsumePointerInput,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonUserWidget_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonUserWidget Property Definitions *************************************
|
|
UObject* (*const Z_Construct_UClass_UCommonUserWidget_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UUserWidget,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonUserWidget_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonUserWidget_Statics::ClassParams = {
|
|
&UCommonUserWidget::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UCommonUserWidget_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonUserWidget_Statics::PropPointers),
|
|
0,
|
|
0x00A810A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonUserWidget_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonUserWidget_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonUserWidget::StaticRegisterNativesUCommonUserWidget()
|
|
{
|
|
UClass* Class = UCommonUserWidget::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonUserWidget_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonUserWidget()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonUserWidget.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonUserWidget.OuterSingleton, Z_Construct_UClass_UCommonUserWidget_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonUserWidget.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonUserWidget);
|
|
UCommonUserWidget::~UCommonUserWidget() {}
|
|
// ********** End Class UCommonUserWidget **********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUserWidget_h__Script_CommonUI_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UCommonUserWidget, UCommonUserWidget::StaticClass, TEXT("UCommonUserWidget"), &Z_Registration_Info_UClass_UCommonUserWidget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonUserWidget), 1653566564U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUserWidget_h__Script_CommonUI_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUserWidget_h__Script_CommonUI_2002155684{
|
|
TEXT("/Script/CommonUI"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUserWidget_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUserWidget_h__Script_CommonUI_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|