196 lines
12 KiB
C++
196 lines
12 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 "Input/CommonBoundActionButton.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCommonBoundActionButton() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonBoundActionButton();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonBoundActionButton_NoRegister();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonBoundActionButtonInterface_NoRegister();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonButtonBase();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextBlock_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonBoundActionButton Function OnUpdateInputAction ********************
|
||
|
|
static FName NAME_UCommonBoundActionButton_OnUpdateInputAction = FName(TEXT("OnUpdateInputAction"));
|
||
|
|
void UCommonBoundActionButton::OnUpdateInputAction()
|
||
|
|
{
|
||
|
|
UFunction* Func = FindFunctionChecked(NAME_UCommonBoundActionButton_OnUpdateInputAction);
|
||
|
|
ProcessEvent(Func,NULL);
|
||
|
|
}
|
||
|
|
struct Z_Construct_UFunction_UCommonBoundActionButton_OnUpdateInputAction_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Common Bound Action" },
|
||
|
|
{ "ModuleRelativePath", "Public/Input/CommonBoundActionButton.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OnUpdateInputAction constinit property declarations *******************
|
||
|
|
// ********** End Function OnUpdateInputAction constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonBoundActionButton_OnUpdateInputAction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonBoundActionButton, nullptr, "OnUpdateInputAction", nullptr,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08080802, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonBoundActionButton_OnUpdateInputAction_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonBoundActionButton_OnUpdateInputAction_Statics::Function_MetaDataParams)}, };
|
||
|
|
UFunction* Z_Construct_UFunction_UCommonBoundActionButton_OnUpdateInputAction()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonBoundActionButton_OnUpdateInputAction_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
// ********** End Class UCommonBoundActionButton Function OnUpdateInputAction **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonBoundActionButton *************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonBoundActionButton;
|
||
|
|
UClass* UCommonBoundActionButton::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UCommonBoundActionButton;
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonBoundActionButton.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("CommonBoundActionButton"),
|
||
|
|
Z_Registration_Info_UClass_UCommonBoundActionButton.InnerSingleton,
|
||
|
|
StaticRegisterNativesUCommonBoundActionButton,
|
||
|
|
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_UCommonBoundActionButton.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonBoundActionButton_NoRegister()
|
||
|
|
{
|
||
|
|
return UCommonBoundActionButton::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UCommonBoundActionButton_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "DisableNativeTick", "" },
|
||
|
|
{ "IncludePath", "Input/CommonBoundActionButton.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Input/CommonBoundActionButton.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Text_ActionName_MetaData[] = {
|
||
|
|
{ "BindWidget", "" },
|
||
|
|
{ "Category", "Text Block" },
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/Input/CommonBoundActionButton.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLinkRequiresHoldToBindingHold_MetaData[] = {
|
||
|
|
{ "Category", "Input|Hold" },
|
||
|
|
{ "Comment", "/** Set to true if clicking this button should require holding it when the bound action is a hold action */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Input/CommonBoundActionButton.h" },
|
||
|
|
{ "ToolTip", "Set to true if clicking this button should require holding it when the bound action is a hold action" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonBoundActionButton constinit property declarations *****************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Text_ActionName;
|
||
|
|
static void NewProp_bLinkRequiresHoldToBindingHold_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLinkRequiresHoldToBindingHold;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UCommonBoundActionButton constinit property declarations *******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UCommonBoundActionButton_OnUpdateInputAction, "OnUpdateInputAction" }, // 2855523870
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UCommonBoundActionButton>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UCommonBoundActionButton_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonBoundActionButton Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCommonBoundActionButton_Statics::NewProp_Text_ActionName = { "Text_ActionName", nullptr, (EPropertyFlags)0x012408000008001c, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonBoundActionButton, Text_ActionName), Z_Construct_UClass_UCommonTextBlock_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Text_ActionName_MetaData), NewProp_Text_ActionName_MetaData) };
|
||
|
|
void Z_Construct_UClass_UCommonBoundActionButton_Statics::NewProp_bLinkRequiresHoldToBindingHold_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UCommonBoundActionButton*)Obj)->bLinkRequiresHoldToBindingHold = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonBoundActionButton_Statics::NewProp_bLinkRequiresHoldToBindingHold = { "bLinkRequiresHoldToBindingHold", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonBoundActionButton), &Z_Construct_UClass_UCommonBoundActionButton_Statics::NewProp_bLinkRequiresHoldToBindingHold_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLinkRequiresHoldToBindingHold_MetaData), NewProp_bLinkRequiresHoldToBindingHold_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonBoundActionButton_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonBoundActionButton_Statics::NewProp_Text_ActionName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonBoundActionButton_Statics::NewProp_bLinkRequiresHoldToBindingHold,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBoundActionButton_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UCommonBoundActionButton Property Definitions ******************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UCommonBoundActionButton_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UCommonButtonBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBoundActionButton_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UCommonBoundActionButton_Statics::InterfaceParams[] = {
|
||
|
|
{ Z_Construct_UClass_UCommonBoundActionButtonInterface_NoRegister, (int32)VTABLE_OFFSET(UCommonBoundActionButton, ICommonBoundActionButtonInterface), false }, // 3211956853
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonBoundActionButton_Statics::ClassParams = {
|
||
|
|
&UCommonBoundActionButton::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UCommonBoundActionButton_Statics::PropPointers,
|
||
|
|
InterfaceParams,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBoundActionButton_Statics::PropPointers),
|
||
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
||
|
|
0x00A810A1u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBoundActionButton_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonBoundActionButton_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UCommonBoundActionButton::StaticRegisterNativesUCommonBoundActionButton()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonBoundActionButton()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonBoundActionButton.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonBoundActionButton.OuterSingleton, Z_Construct_UClass_UCommonBoundActionButton_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UCommonBoundActionButton.OuterSingleton;
|
||
|
|
}
|
||
|
|
UCommonBoundActionButton::UCommonBoundActionButton(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonBoundActionButton);
|
||
|
|
UCommonBoundActionButton::~UCommonBoundActionButton() {}
|
||
|
|
// ********** End Class UCommonBoundActionButton ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonBoundActionButton_h__Script_CommonUI_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UCommonBoundActionButton, UCommonBoundActionButton::StaticClass, TEXT("UCommonBoundActionButton"), &Z_Registration_Info_UClass_UCommonBoundActionButton, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonBoundActionButton), 3251390528U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonBoundActionButton_h__Script_CommonUI_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonBoundActionButton_h__Script_CommonUI_2198948649{
|
||
|
|
TEXT("/Script/CommonUI"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonBoundActionButton_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonBoundActionButton_h__Script_CommonUI_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|