// 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 "CommonActionHandlerInterface.h" #include "Engine/DataTable.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCommonActionHandlerInterface() {} // ********** Begin Cross Module References ******************************************************** COMMONUI_API UClass* Z_Construct_UClass_UCommonActionHandlerInterface(); COMMONUI_API UClass* Z_Construct_UClass_UCommonActionHandlerInterface_NoRegister(); COMMONUI_API UEnum* Z_Construct_UEnum_CommonUI_EInputActionState(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionComplete__DelegateSignature(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionCompleteSingle__DelegateSignature(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature(); COMMONUI_API UScriptStruct* Z_Construct_UScriptStruct_FCommonInputActionHandlerData(); COREUOBJECT_API UClass* Z_Construct_UClass_UInterface(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataTableRowHandle(); UPackage* Z_Construct_UPackage__Script_CommonUI(); // ********** End Cross Module References ********************************************************** // ********** Begin Delegate FCommonActionCommited ************************************************* struct Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics { struct _Script_CommonUI_eventCommonActionCommited_Parms { bool bPassThrough; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Comment", "/** \n * Action committed delegate tells the handler that an action is ready to handle. Return value\n * is used to determine if the action was handled or ignored.\n */" }, { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, { "ToolTip", "Action committed delegate tells the handler that an action is ready to handle. Return value\nis used to determine if the action was handled or ignored." }, }; #endif // WITH_METADATA // ********** Begin Delegate FCommonActionCommited constinit property declarations ***************** static void NewProp_bPassThrough_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bPassThrough; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Delegate FCommonActionCommited constinit property declarations ******************* static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; // ********** Begin Delegate FCommonActionCommited Property Definitions **************************** void Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::NewProp_bPassThrough_SetBit(void* Obj) { ((_Script_CommonUI_eventCommonActionCommited_Parms*)Obj)->bPassThrough = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::NewProp_bPassThrough = { "bPassThrough", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(_Script_CommonUI_eventCommonActionCommited_Parms), &Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::NewProp_bPassThrough_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::NewProp_bPassThrough, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::PropPointers) < 2048); // ********** End Delegate FCommonActionCommited Property Definitions ****************************** const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "CommonActionCommited__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::_Script_CommonUI_eventCommonActionCommited_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00520000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::_Script_CommonUI_eventCommonActionCommited_Parms) < MAX_uint16); UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_CommonActionCommited__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FCommonActionCommited_DelegateWrapper(const FScriptDelegate& CommonActionCommited, bool& bPassThrough) { struct _Script_CommonUI_eventCommonActionCommited_Parms { bool bPassThrough; }; _Script_CommonUI_eventCommonActionCommited_Parms Parms; Parms.bPassThrough=bPassThrough ? true : false; CommonActionCommited.ProcessDelegate(&Parms); bPassThrough=Parms.bPassThrough; } // ********** End Delegate FCommonActionCommited *************************************************** // ********** Begin Delegate FCommonActionCompleteSingle ******************************************* struct Z_Construct_UDelegateFunction_CommonUI_CommonActionCompleteSingle__DelegateSignature_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Comment", "/**\n * Action complete delegate will tell a listener if a held action completed. The single delegate\n * will be used for binding with a listener that the multicast delegate calls.\n */" }, { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, { "ToolTip", "Action complete delegate will tell a listener if a held action completed. The single delegate\nwill be used for binding with a listener that the multicast delegate calls." }, }; #endif // WITH_METADATA // ********** Begin Delegate FCommonActionCompleteSingle constinit property declarations *********** // ********** End Delegate FCommonActionCompleteSingle constinit property declarations ************* static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_CommonActionCompleteSingle__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "CommonActionCompleteSingle__DelegateSignature", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionCompleteSingle__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_CommonActionCompleteSingle__DelegateSignature_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionCompleteSingle__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_CommonActionCompleteSingle__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FCommonActionCompleteSingle_DelegateWrapper(const FScriptDelegate& CommonActionCompleteSingle) { CommonActionCompleteSingle.ProcessDelegate(NULL); } // ********** End Delegate FCommonActionCompleteSingle ********************************************* // ********** Begin Delegate FCommonActionComplete ************************************************* struct Z_Construct_UDelegateFunction_CommonUI_CommonActionComplete__DelegateSignature_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, }; #endif // WITH_METADATA // ********** Begin Delegate FCommonActionComplete constinit property declarations ***************** // ********** End Delegate FCommonActionComplete constinit property declarations ******************* static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_CommonActionComplete__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "CommonActionComplete__DelegateSignature", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionComplete__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_CommonActionComplete__DelegateSignature_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionComplete__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_CommonActionComplete__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FCommonActionComplete_DelegateWrapper(const FMulticastScriptDelegate& CommonActionComplete) { CommonActionComplete.ProcessMulticastDelegate(NULL); } // ********** End Delegate FCommonActionComplete *************************************************** // ********** Begin Delegate FCommonActionProgressSingle ******************************************* struct Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics { struct _Script_CommonUI_eventCommonActionProgressSingle_Parms { float HeldPercent; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Comment", "/**\n * Action progress delegate will tell a listener about the progress of an action being held. The \n * single delegate will be used for binding with a listener that the multicast delegate calls.\n */" }, { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, { "ToolTip", "Action progress delegate will tell a listener about the progress of an action being held. The\nsingle delegate will be used for binding with a listener that the multicast delegate calls." }, }; #endif // WITH_METADATA // ********** Begin Delegate FCommonActionProgressSingle constinit property declarations *********** static const UECodeGen_Private::FFloatPropertyParams NewProp_HeldPercent; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Delegate FCommonActionProgressSingle constinit property declarations ************* static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; // ********** Begin Delegate FCommonActionProgressSingle Property Definitions ********************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::NewProp_HeldPercent = { "HeldPercent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventCommonActionProgressSingle_Parms, HeldPercent), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::NewProp_HeldPercent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::PropPointers) < 2048); // ********** End Delegate FCommonActionProgressSingle Property Definitions ************************ const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "CommonActionProgressSingle__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::_Script_CommonUI_eventCommonActionProgressSingle_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::_Script_CommonUI_eventCommonActionProgressSingle_Parms) < MAX_uint16); UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_CommonActionProgressSingle__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FCommonActionProgressSingle_DelegateWrapper(const FScriptDelegate& CommonActionProgressSingle, float HeldPercent) { struct _Script_CommonUI_eventCommonActionProgressSingle_Parms { float HeldPercent; }; _Script_CommonUI_eventCommonActionProgressSingle_Parms Parms; Parms.HeldPercent=HeldPercent; CommonActionProgressSingle.ProcessDelegate(&Parms); } // ********** End Delegate FCommonActionProgressSingle ********************************************* // ********** Begin Delegate FCommonActionProgress ************************************************* struct Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics { struct _Script_CommonUI_eventCommonActionProgress_Parms { float HeldPercent; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, }; #endif // WITH_METADATA // ********** Begin Delegate FCommonActionProgress constinit property declarations ***************** static const UECodeGen_Private::FFloatPropertyParams NewProp_HeldPercent; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Delegate FCommonActionProgress constinit property declarations ******************* static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; // ********** Begin Delegate FCommonActionProgress Property Definitions **************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::NewProp_HeldPercent = { "HeldPercent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventCommonActionProgress_Parms, HeldPercent), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::NewProp_HeldPercent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::PropPointers) < 2048); // ********** End Delegate FCommonActionProgress Property Definitions ****************************** const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "CommonActionProgress__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::_Script_CommonUI_eventCommonActionProgress_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::_Script_CommonUI_eventCommonActionProgress_Parms) < MAX_uint16); UFunction* Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_CommonActionProgress__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FCommonActionProgress_DelegateWrapper(const FMulticastScriptDelegate& CommonActionProgress, float HeldPercent) { struct _Script_CommonUI_eventCommonActionProgress_Parms { float HeldPercent; }; _Script_CommonUI_eventCommonActionProgress_Parms Parms; Parms.HeldPercent=HeldPercent; CommonActionProgress.ProcessMulticastDelegate(&Parms); } // ********** End Delegate FCommonActionProgress *************************************************** // ********** Begin ScriptStruct FCommonInputActionHandlerData ************************************* struct Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics { static inline consteval int32 GetStructSize() { return sizeof(FCommonInputActionHandlerData); } static inline consteval int16 GetStructAlignment() { return alignof(FCommonInputActionHandlerData); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "// @FIXME: This struct is related to legacy CommonUI and should be removed in 5.3 - UE-164871\n" }, { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, { "ToolTip", "@FIXME: This struct is related to legacy CommonUI and should be removed in 5.3 - UE-164871" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputActionRow_MetaData[] = { { "Category", "Default" }, { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_State_MetaData[] = { { "Category", "Default" }, { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FCommonInputActionHandlerData constinit property declarations ***** static const UECodeGen_Private::FStructPropertyParams NewProp_InputActionRow; static const UECodeGen_Private::FBytePropertyParams NewProp_State_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_State; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FCommonInputActionHandlerData constinit property declarations ******* static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData; class UScriptStruct* FCommonInputActionHandlerData::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData.OuterSingleton) { Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCommonInputActionHandlerData, (UObject*)Z_Construct_UPackage__Script_CommonUI(), TEXT("CommonInputActionHandlerData")); } return Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData.OuterSingleton; } // ********** Begin ScriptStruct FCommonInputActionHandlerData Property Definitions **************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::NewProp_InputActionRow = { "InputActionRow", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCommonInputActionHandlerData, InputActionRow), Z_Construct_UScriptStruct_FDataTableRowHandle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputActionRow_MetaData), NewProp_InputActionRow_MetaData) }; // 395055942 const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::NewProp_State_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::NewProp_State = { "State", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCommonInputActionHandlerData, State), Z_Construct_UEnum_CommonUI_EInputActionState, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_State_MetaData), NewProp_State_MetaData) }; // 3448140132 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::NewProp_InputActionRow, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::NewProp_State_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::NewProp_State, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::PropPointers) < 2048); // ********** End ScriptStruct FCommonInputActionHandlerData Property Definitions ****************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_CommonUI, nullptr, &NewStructOps, "CommonInputActionHandlerData", Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::PropPointers), sizeof(FCommonInputActionHandlerData), alignof(FCommonInputActionHandlerData), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FCommonInputActionHandlerData() { if (!Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData.InnerSingleton, Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData.InnerSingleton); } // ********** End ScriptStruct FCommonInputActionHandlerData *************************************** // ********** Begin Interface UCommonActionHandlerInterface **************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UCommonActionHandlerInterface; UClass* UCommonActionHandlerInterface::GetPrivateStaticClass() { using TClass = UCommonActionHandlerInterface; if (!Z_Registration_Info_UClass_UCommonActionHandlerInterface.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CommonActionHandlerInterface"), Z_Registration_Info_UClass_UCommonActionHandlerInterface.InnerSingleton, StaticRegisterNativesUCommonActionHandlerInterface, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UCommonActionHandlerInterface.InnerSingleton; } UClass* Z_Construct_UClass_UCommonActionHandlerInterface_NoRegister() { return UCommonActionHandlerInterface::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCommonActionHandlerInterface_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "ModuleRelativePath", "Public/CommonActionHandlerInterface.h" }, }; #endif // WITH_METADATA // ********** Begin Interface UCommonActionHandlerInterface constinit property declarations ******** // ********** End Interface UCommonActionHandlerInterface constinit property declarations ********** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCommonActionHandlerInterface_Statics UObject* (*const Z_Construct_UClass_UCommonActionHandlerInterface_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInterface, (UObject* (*)())Z_Construct_UPackage__Script_CommonUI, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonActionHandlerInterface_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonActionHandlerInterface_Statics::ClassParams = { &UCommonActionHandlerInterface::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000840A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonActionHandlerInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonActionHandlerInterface_Statics::Class_MetaDataParams) }; void UCommonActionHandlerInterface::StaticRegisterNativesUCommonActionHandlerInterface() { } UClass* Z_Construct_UClass_UCommonActionHandlerInterface() { if (!Z_Registration_Info_UClass_UCommonActionHandlerInterface.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonActionHandlerInterface.OuterSingleton, Z_Construct_UClass_UCommonActionHandlerInterface_Statics::ClassParams); } return Z_Registration_Info_UClass_UCommonActionHandlerInterface.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonActionHandlerInterface); // ********** End Interface UCommonActionHandlerInterface ****************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonActionHandlerInterface_h__Script_CommonUI_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FCommonInputActionHandlerData::StaticStruct, Z_Construct_UScriptStruct_FCommonInputActionHandlerData_Statics::NewStructOps, TEXT("CommonInputActionHandlerData"),&Z_Registration_Info_UScriptStruct_FCommonInputActionHandlerData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCommonInputActionHandlerData), 2824976089U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UCommonActionHandlerInterface, UCommonActionHandlerInterface::StaticClass, TEXT("UCommonActionHandlerInterface"), &Z_Registration_Info_UClass_UCommonActionHandlerInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonActionHandlerInterface), 1736185774U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonActionHandlerInterface_h__Script_CommonUI_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonActionHandlerInterface_h__Script_CommonUI_2584378705{ TEXT("/Script/CommonUI"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonActionHandlerInterface_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonActionHandlerInterface_h__Script_CommonUI_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonActionHandlerInterface_h__Script_CommonUI_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonActionHandlerInterface_h__Script_CommonUI_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS