// 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/CommonButtonGroupBase.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCommonButtonGroupBase() {} // ********** Begin Cross Module References ******************************************************** COMMONUI_API UClass* Z_Construct_UClass_UCommonButtonBase_NoRegister(); COMMONUI_API UClass* Z_Construct_UClass_UCommonButtonGroupBase(); COMMONUI_API UClass* Z_Construct_UClass_UCommonButtonGroupBase_NoRegister(); COMMONUI_API UClass* Z_Construct_UClass_UCommonWidgetGroupBase(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature(); COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature(); UPackage* Z_Construct_UPackage__Script_CommonUI(); // ********** End Cross Module References ********************************************************** // ********** Begin Delegate FSimpleButtonBaseGroupDelegate **************************************** struct Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics { struct _Script_CommonUI_eventSimpleButtonBaseGroupDelegate_Parms { UCommonButtonBase* AssociatedButton; int32 ButtonIndex; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssociatedButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Delegate FSimpleButtonBaseGroupDelegate constinit property declarations ******** static const UECodeGen_Private::FObjectPropertyParams NewProp_AssociatedButton; static const UECodeGen_Private::FIntPropertyParams NewProp_ButtonIndex; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Delegate FSimpleButtonBaseGroupDelegate constinit property declarations ********** static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; // ********** Begin Delegate FSimpleButtonBaseGroupDelegate Property Definitions ******************* const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::NewProp_AssociatedButton = { "AssociatedButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventSimpleButtonBaseGroupDelegate_Parms, AssociatedButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssociatedButton_MetaData), NewProp_AssociatedButton_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::NewProp_ButtonIndex = { "ButtonIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_CommonUI_eventSimpleButtonBaseGroupDelegate_Parms, ButtonIndex), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::NewProp_AssociatedButton, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::NewProp_ButtonIndex, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::PropPointers) < 2048); // ********** End Delegate FSimpleButtonBaseGroupDelegate Property Definitions ********************* const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "SimpleButtonBaseGroupDelegate__DelegateSignature", Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::_Script_CommonUI_eventSimpleButtonBaseGroupDelegate_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::_Script_CommonUI_eventSimpleButtonBaseGroupDelegate_Parms) < MAX_uint16); UFunction* Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FSimpleButtonBaseGroupDelegate_DelegateWrapper(const FMulticastScriptDelegate& SimpleButtonBaseGroupDelegate, UCommonButtonBase* AssociatedButton, int32 ButtonIndex) { struct _Script_CommonUI_eventSimpleButtonBaseGroupDelegate_Parms { UCommonButtonBase* AssociatedButton; int32 ButtonIndex; }; _Script_CommonUI_eventSimpleButtonBaseGroupDelegate_Parms Parms; Parms.AssociatedButton=AssociatedButton; Parms.ButtonIndex=ButtonIndex; SimpleButtonBaseGroupDelegate.ProcessMulticastDelegate(&Parms); } // ********** End Delegate FSimpleButtonBaseGroupDelegate ****************************************** // ********** Begin Delegate FOnSelectionCleared *************************************************** struct Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; #endif // WITH_METADATA // ********** Begin Delegate FOnSelectionCleared constinit property declarations ******************* // ********** End Delegate FOnSelectionCleared constinit property declarations ********************* static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_CommonUI, nullptr, "OnSelectionCleared__DelegateSignature", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } void FOnSelectionCleared_DelegateWrapper(const FMulticastScriptDelegate& OnSelectionCleared) { OnSelectionCleared.ProcessMulticastDelegate(NULL); } // ********** End Delegate FOnSelectionCleared ***************************************************** // ********** Begin Class UCommonButtonGroupBase Function DeselectAll ****************************** struct Z_Construct_UFunction_UCommonButtonGroupBase_DeselectAll_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/** Deselects all buttons in the group. */" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Deselects all buttons in the group." }, }; #endif // WITH_METADATA // ********** Begin Function DeselectAll constinit property declarations *************************** // ********** End Function DeselectAll constinit property declarations ***************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_DeselectAll_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "DeselectAll", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_DeselectAll_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_DeselectAll_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_DeselectAll() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_DeselectAll_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execDeselectAll) { P_FINISH; P_NATIVE_BEGIN; P_THIS->DeselectAll(); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function DeselectAll ******************************** // ********** Begin Class UCommonButtonGroupBase Function FindButtonIndex ************************** struct Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics { struct CommonButtonGroupBase_eventFindButtonIndex_Parms { const UCommonButtonBase* ButtonToFind; int32 ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/**\n\x09 * Find the button index of the specified button, if possible\n\x09 * @param ButtonToFind\x09""Button to find the index of\n\x09 * @return Index of the button in the group. INDEX_NONE if not found\n\x09 */" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Find the button index of the specified button, if possible\n@param ButtonToFind Button to find the index of\n@return Index of the button in the group. INDEX_NONE if not found" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ButtonToFind_MetaData[] = { { "EditInline", "true" }, { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function FindButtonIndex constinit property declarations *********************** static const UECodeGen_Private::FObjectPropertyParams NewProp_ButtonToFind; static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function FindButtonIndex constinit property declarations ************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function FindButtonIndex Property Definitions ********************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::NewProp_ButtonToFind = { "ButtonToFind", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventFindButtonIndex_Parms, ButtonToFind), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ButtonToFind_MetaData), NewProp_ButtonToFind_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventFindButtonIndex_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::NewProp_ButtonToFind, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::PropPointers) < 2048); // ********** End Function FindButtonIndex Property Definitions ************************************ const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "FindButtonIndex", Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::CommonButtonGroupBase_eventFindButtonIndex_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::CommonButtonGroupBase_eventFindButtonIndex_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execFindButtonIndex) { P_GET_OBJECT(UCommonButtonBase,Z_Param_ButtonToFind); P_FINISH; P_NATIVE_BEGIN; *(int32*)Z_Param__Result=P_THIS->FindButtonIndex(Z_Param_ButtonToFind); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function FindButtonIndex **************************** // ********** Begin Class UCommonButtonGroupBase Function GetButtonBaseAtIndex ********************* struct Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics { struct CommonButtonGroupBase_eventGetButtonBaseAtIndex_Parms { int32 Index; UCommonButtonBase* ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function GetButtonBaseAtIndex constinit property declarations ****************** static const UECodeGen_Private::FIntPropertyParams NewProp_Index; static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetButtonBaseAtIndex constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetButtonBaseAtIndex Property Definitions ***************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventGetButtonBaseAtIndex_Parms, Index), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventGetButtonBaseAtIndex_Parms, ReturnValue), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::NewProp_Index, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::PropPointers) < 2048); // ********** End Function GetButtonBaseAtIndex Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "GetButtonBaseAtIndex", Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::CommonButtonGroupBase_eventGetButtonBaseAtIndex_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::CommonButtonGroupBase_eventGetButtonBaseAtIndex_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execGetButtonBaseAtIndex) { P_GET_PROPERTY(FIntProperty,Z_Param_Index); P_FINISH; P_NATIVE_BEGIN; *(UCommonButtonBase**)Z_Param__Result=P_THIS->GetButtonBaseAtIndex(Z_Param_Index); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function GetButtonBaseAtIndex *********************** // ********** Begin Class UCommonButtonGroupBase Function GetButtonCount *************************** struct Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics { struct CommonButtonGroupBase_eventGetButtonCount_Parms { int32 ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetButtonCount constinit property declarations ************************ static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetButtonCount constinit property declarations ************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetButtonCount Property Definitions *********************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventGetButtonCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::PropPointers) < 2048); // ********** End Function GetButtonCount Property Definitions ************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "GetButtonCount", Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::CommonButtonGroupBase_eventGetButtonCount_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::CommonButtonGroupBase_eventGetButtonCount_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execGetButtonCount) { P_FINISH; P_NATIVE_BEGIN; *(int32*)Z_Param__Result=P_THIS->GetButtonCount(); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function GetButtonCount ***************************** // ********** Begin Class UCommonButtonGroupBase Function GetHoveredButtonIndex ******************** struct Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics { struct CommonButtonGroupBase_eventGetHoveredButtonIndex_Parms { int32 ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/**\n\x09 * Get the index of the currently hovered button, if any.\n\x09 * @param The index of the currently hovered button in the group, or -1 if there is no hovered button.\n\x09 */" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Get the index of the currently hovered button, if any.\n@param The index of the currently hovered button in the group, or -1 if there is no hovered button." }, }; #endif // WITH_METADATA // ********** Begin Function GetHoveredButtonIndex constinit property declarations ***************** static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetHoveredButtonIndex constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetHoveredButtonIndex Property Definitions **************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventGetHoveredButtonIndex_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::PropPointers) < 2048); // ********** End Function GetHoveredButtonIndex Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "GetHoveredButtonIndex", Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::CommonButtonGroupBase_eventGetHoveredButtonIndex_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::CommonButtonGroupBase_eventGetHoveredButtonIndex_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execGetHoveredButtonIndex) { P_FINISH; P_NATIVE_BEGIN; *(int32*)Z_Param__Result=P_THIS->GetHoveredButtonIndex(); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function GetHoveredButtonIndex ********************** // ********** Begin Class UCommonButtonGroupBase Function GetSelectedButtonBase ******************** struct Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics { struct CommonButtonGroupBase_eventGetSelectedButtonBase_Parms { UCommonButtonBase* ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function GetSelectedButtonBase constinit property declarations ***************** static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetSelectedButtonBase constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetSelectedButtonBase Property Definitions **************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventGetSelectedButtonBase_Parms, ReturnValue), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::PropPointers) < 2048); // ********** End Function GetSelectedButtonBase Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "GetSelectedButtonBase", Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::CommonButtonGroupBase_eventGetSelectedButtonBase_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::CommonButtonGroupBase_eventGetSelectedButtonBase_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execGetSelectedButtonBase) { P_FINISH; P_NATIVE_BEGIN; *(UCommonButtonBase**)Z_Param__Result=P_THIS->GetSelectedButtonBase(); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function GetSelectedButtonBase ********************** // ********** Begin Class UCommonButtonGroupBase Function GetSelectedButtonIndex ******************* struct Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics { struct CommonButtonGroupBase_eventGetSelectedButtonIndex_Parms { int32 ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/**\n\x09 * Get the index of the currently selected button, if any.\n\x09 * @param The index of the currently selected button in the group, or -1 if there is no selected button.\n\x09 */" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Get the index of the currently selected button, if any.\n@param The index of the currently selected button in the group, or -1 if there is no selected button." }, }; #endif // WITH_METADATA // ********** Begin Function GetSelectedButtonIndex constinit property declarations **************** static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetSelectedButtonIndex constinit property declarations ****************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetSelectedButtonIndex Property Definitions *************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventGetSelectedButtonIndex_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::PropPointers) < 2048); // ********** End Function GetSelectedButtonIndex Property Definitions ***************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "GetSelectedButtonIndex", Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::CommonButtonGroupBase_eventGetSelectedButtonIndex_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::CommonButtonGroupBase_eventGetSelectedButtonIndex_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execGetSelectedButtonIndex) { P_FINISH; P_NATIVE_BEGIN; *(int32*)Z_Param__Result=P_THIS->GetSelectedButtonIndex(); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function GetSelectedButtonIndex ********************* // ********** Begin Class UCommonButtonGroupBase Function HasAnyButtons **************************** struct Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics { struct CommonButtonGroupBase_eventHasAnyButtons_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; #endif // WITH_METADATA // ********** Begin Function HasAnyButtons constinit property declarations ************************* static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function HasAnyButtons constinit property declarations *************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function HasAnyButtons Property Definitions ************************************ void Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((CommonButtonGroupBase_eventHasAnyButtons_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonButtonGroupBase_eventHasAnyButtons_Parms), &Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::PropPointers) < 2048); // ********** End Function HasAnyButtons Property Definitions ************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "HasAnyButtons", Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::CommonButtonGroupBase_eventHasAnyButtons_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::CommonButtonGroupBase_eventHasAnyButtons_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execHasAnyButtons) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->HasAnyButtons(); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function HasAnyButtons ****************************** // ********** Begin Class UCommonButtonGroupBase Function OnButtonBaseHovered ********************** struct Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics { struct CommonButtonGroupBase_eventOnButtonBaseHovered_Parms { UCommonButtonBase* BaseButton; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function OnButtonBaseHovered constinit property declarations ******************* static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseButton; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OnButtonBaseHovered constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OnButtonBaseHovered Property Definitions ****************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::NewProp_BaseButton = { "BaseButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventOnButtonBaseHovered_Parms, BaseButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseButton_MetaData), NewProp_BaseButton_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::NewProp_BaseButton, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::PropPointers) < 2048); // ********** End Function OnButtonBaseHovered Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "OnButtonBaseHovered", Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::CommonButtonGroupBase_eventOnButtonBaseHovered_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::CommonButtonGroupBase_eventOnButtonBaseHovered_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execOnButtonBaseHovered) { P_GET_OBJECT(UCommonButtonBase,Z_Param_BaseButton); P_FINISH; P_NATIVE_BEGIN; P_THIS->OnButtonBaseHovered(Z_Param_BaseButton); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function OnButtonBaseHovered ************************ // ********** Begin Class UCommonButtonGroupBase Function OnButtonBaseUnhovered ******************** struct Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics { struct CommonButtonGroupBase_eventOnButtonBaseUnhovered_Parms { UCommonButtonBase* BaseButton; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function OnButtonBaseUnhovered constinit property declarations ***************** static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseButton; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OnButtonBaseUnhovered constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OnButtonBaseUnhovered Property Definitions **************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::NewProp_BaseButton = { "BaseButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventOnButtonBaseUnhovered_Parms, BaseButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseButton_MetaData), NewProp_BaseButton_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::NewProp_BaseButton, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::PropPointers) < 2048); // ********** End Function OnButtonBaseUnhovered Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "OnButtonBaseUnhovered", Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::CommonButtonGroupBase_eventOnButtonBaseUnhovered_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::CommonButtonGroupBase_eventOnButtonBaseUnhovered_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execOnButtonBaseUnhovered) { P_GET_OBJECT(UCommonButtonBase,Z_Param_BaseButton); P_FINISH; P_NATIVE_BEGIN; P_THIS->OnButtonBaseUnhovered(Z_Param_BaseButton); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function OnButtonBaseUnhovered ********************** // ********** Begin Class UCommonButtonGroupBase Function OnHandleButtonBaseClicked **************** struct Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics { struct CommonButtonGroupBase_eventOnHandleButtonBaseClicked_Parms { UCommonButtonBase* BaseButton; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function OnHandleButtonBaseClicked constinit property declarations ************* static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseButton; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OnHandleButtonBaseClicked constinit property declarations *************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OnHandleButtonBaseClicked Property Definitions ************************ const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::NewProp_BaseButton = { "BaseButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventOnHandleButtonBaseClicked_Parms, BaseButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseButton_MetaData), NewProp_BaseButton_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::NewProp_BaseButton, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::PropPointers) < 2048); // ********** End Function OnHandleButtonBaseClicked Property Definitions ************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "OnHandleButtonBaseClicked", Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseClicked_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseClicked_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execOnHandleButtonBaseClicked) { P_GET_OBJECT(UCommonButtonBase,Z_Param_BaseButton); P_FINISH; P_NATIVE_BEGIN; P_THIS->OnHandleButtonBaseClicked(Z_Param_BaseButton); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function OnHandleButtonBaseClicked ****************** // ********** Begin Class UCommonButtonGroupBase Function OnHandleButtonBaseDoubleClicked ********** struct Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics { struct CommonButtonGroupBase_eventOnHandleButtonBaseDoubleClicked_Parms { UCommonButtonBase* BaseButton; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function OnHandleButtonBaseDoubleClicked constinit property declarations ******* static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseButton; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OnHandleButtonBaseDoubleClicked constinit property declarations ********* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OnHandleButtonBaseDoubleClicked Property Definitions ****************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::NewProp_BaseButton = { "BaseButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventOnHandleButtonBaseDoubleClicked_Parms, BaseButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseButton_MetaData), NewProp_BaseButton_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::NewProp_BaseButton, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::PropPointers) < 2048); // ********** End Function OnHandleButtonBaseDoubleClicked Property Definitions ******************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "OnHandleButtonBaseDoubleClicked", Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseDoubleClicked_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseDoubleClicked_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execOnHandleButtonBaseDoubleClicked) { P_GET_OBJECT(UCommonButtonBase,Z_Param_BaseButton); P_FINISH; P_NATIVE_BEGIN; P_THIS->OnHandleButtonBaseDoubleClicked(Z_Param_BaseButton); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function OnHandleButtonBaseDoubleClicked ************ // ********** Begin Class UCommonButtonGroupBase Function OnHandleButtonBaseLockClicked ************ struct Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics { struct CommonButtonGroupBase_eventOnHandleButtonBaseLockClicked_Parms { UCommonButtonBase* BaseButton; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function OnHandleButtonBaseLockClicked constinit property declarations ********* static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseButton; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OnHandleButtonBaseLockClicked constinit property declarations *********** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OnHandleButtonBaseLockClicked Property Definitions ******************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::NewProp_BaseButton = { "BaseButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventOnHandleButtonBaseLockClicked_Parms, BaseButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseButton_MetaData), NewProp_BaseButton_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::NewProp_BaseButton, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::PropPointers) < 2048); // ********** End Function OnHandleButtonBaseLockClicked Property Definitions ********************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "OnHandleButtonBaseLockClicked", Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseLockClicked_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseLockClicked_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execOnHandleButtonBaseLockClicked) { P_GET_OBJECT(UCommonButtonBase,Z_Param_BaseButton); P_FINISH; P_NATIVE_BEGIN; P_THIS->OnHandleButtonBaseLockClicked(Z_Param_BaseButton); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function OnHandleButtonBaseLockClicked ************** // ********** Begin Class UCommonButtonGroupBase Function OnHandleButtonBaseLockDoubleClicked ****** struct Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics { struct CommonButtonGroupBase_eventOnHandleButtonBaseLockDoubleClicked_Parms { UCommonButtonBase* BaseButton; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function OnHandleButtonBaseLockDoubleClicked constinit property declarations *** static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseButton; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OnHandleButtonBaseLockDoubleClicked constinit property declarations ***** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OnHandleButtonBaseLockDoubleClicked Property Definitions ************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::NewProp_BaseButton = { "BaseButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventOnHandleButtonBaseLockDoubleClicked_Parms, BaseButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseButton_MetaData), NewProp_BaseButton_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::NewProp_BaseButton, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::PropPointers) < 2048); // ********** End Function OnHandleButtonBaseLockDoubleClicked Property Definitions **************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "OnHandleButtonBaseLockDoubleClicked", Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseLockDoubleClicked_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::CommonButtonGroupBase_eventOnHandleButtonBaseLockDoubleClicked_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execOnHandleButtonBaseLockDoubleClicked) { P_GET_OBJECT(UCommonButtonBase,Z_Param_BaseButton); P_FINISH; P_NATIVE_BEGIN; P_THIS->OnHandleButtonBaseLockDoubleClicked(Z_Param_BaseButton); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function OnHandleButtonBaseLockDoubleClicked ******** // ********** Begin Class UCommonButtonGroupBase Function OnSelectionStateChangedBase ************** struct Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics { struct CommonButtonGroupBase_eventOnSelectionStateChangedBase_Parms { UCommonButtonBase* BaseButton; bool bIsSelected; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseButton_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function OnSelectionStateChangedBase constinit property declarations *********** static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseButton; static void NewProp_bIsSelected_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsSelected; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OnSelectionStateChangedBase constinit property declarations ************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OnSelectionStateChangedBase Property Definitions ********************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::NewProp_BaseButton = { "BaseButton", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventOnSelectionStateChangedBase_Parms, BaseButton), Z_Construct_UClass_UCommonButtonBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseButton_MetaData), NewProp_BaseButton_MetaData) }; void Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::NewProp_bIsSelected_SetBit(void* Obj) { ((CommonButtonGroupBase_eventOnSelectionStateChangedBase_Parms*)Obj)->bIsSelected = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::NewProp_bIsSelected = { "bIsSelected", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonButtonGroupBase_eventOnSelectionStateChangedBase_Parms), &Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::NewProp_bIsSelected_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::NewProp_BaseButton, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::NewProp_bIsSelected, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::PropPointers) < 2048); // ********** End Function OnSelectionStateChangedBase Property Definitions ************************ const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "OnSelectionStateChangedBase", Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::CommonButtonGroupBase_eventOnSelectionStateChangedBase_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::CommonButtonGroupBase_eventOnSelectionStateChangedBase_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execOnSelectionStateChangedBase) { P_GET_OBJECT(UCommonButtonBase,Z_Param_BaseButton); P_GET_UBOOL(Z_Param_bIsSelected); P_FINISH; P_NATIVE_BEGIN; P_THIS->OnSelectionStateChangedBase(Z_Param_BaseButton,Z_Param_bIsSelected); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function OnSelectionStateChangedBase **************** // ********** Begin Class UCommonButtonGroupBase Function SelectButtonAtIndex ********************** struct Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics { struct CommonButtonGroupBase_eventSelectButtonAtIndex_Parms { int32 ButtonIndex; bool bAllowSound; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/**\n\x09 * Selects a button at a specific index in the group. Clears all selection if given an invalid index.\n\x09 * @param ButtonIndex The index of the button in the group to select\n\x09 * @param bAllowSound Whether the selected button should play its click sound\n\x09 */" }, { "CPP_Default_bAllowSound", "true" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Selects a button at a specific index in the group. Clears all selection if given an invalid index.\n@param ButtonIndex The index of the button in the group to select\n@param bAllowSound Whether the selected button should play its click sound" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowSound_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SelectButtonAtIndex constinit property declarations ******************* static const UECodeGen_Private::FIntPropertyParams NewProp_ButtonIndex; static void NewProp_bAllowSound_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowSound; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SelectButtonAtIndex constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SelectButtonAtIndex Property Definitions ****************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::NewProp_ButtonIndex = { "ButtonIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonButtonGroupBase_eventSelectButtonAtIndex_Parms, ButtonIndex), METADATA_PARAMS(0, nullptr) }; void Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::NewProp_bAllowSound_SetBit(void* Obj) { ((CommonButtonGroupBase_eventSelectButtonAtIndex_Parms*)Obj)->bAllowSound = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::NewProp_bAllowSound = { "bAllowSound", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonButtonGroupBase_eventSelectButtonAtIndex_Parms), &Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::NewProp_bAllowSound_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowSound_MetaData), NewProp_bAllowSound_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::NewProp_ButtonIndex, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::NewProp_bAllowSound, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::PropPointers) < 2048); // ********** End Function SelectButtonAtIndex Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "SelectButtonAtIndex", Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::CommonButtonGroupBase_eventSelectButtonAtIndex_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::CommonButtonGroupBase_eventSelectButtonAtIndex_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execSelectButtonAtIndex) { P_GET_PROPERTY(FIntProperty,Z_Param_ButtonIndex); P_GET_UBOOL(Z_Param_bAllowSound); P_FINISH; P_NATIVE_BEGIN; P_THIS->SelectButtonAtIndex(Z_Param_ButtonIndex,Z_Param_bAllowSound); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function SelectButtonAtIndex ************************ // ********** Begin Class UCommonButtonGroupBase Function SelectNextButton ************************* struct Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics { struct CommonButtonGroupBase_eventSelectNextButton_Parms { bool bAllowWrap; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/** \n\x09 * Selects the next button in the group \n\x09 * @param bAllowWrap Whether to wrap to the first button if the last one is currently selected\n\x09 */" }, { "CPP_Default_bAllowWrap", "true" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Selects the next button in the group\n@param bAllowWrap Whether to wrap to the first button if the last one is currently selected" }, }; #endif // WITH_METADATA // ********** Begin Function SelectNextButton constinit property declarations ********************** static void NewProp_bAllowWrap_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowWrap; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SelectNextButton constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SelectNextButton Property Definitions ********************************* void Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::NewProp_bAllowWrap_SetBit(void* Obj) { ((CommonButtonGroupBase_eventSelectNextButton_Parms*)Obj)->bAllowWrap = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::NewProp_bAllowWrap = { "bAllowWrap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonButtonGroupBase_eventSelectNextButton_Parms), &Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::NewProp_bAllowWrap_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::NewProp_bAllowWrap, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::PropPointers) < 2048); // ********** End Function SelectNextButton Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "SelectNextButton", Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::CommonButtonGroupBase_eventSelectNextButton_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::CommonButtonGroupBase_eventSelectNextButton_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execSelectNextButton) { P_GET_UBOOL(Z_Param_bAllowWrap); P_FINISH; P_NATIVE_BEGIN; P_THIS->SelectNextButton(Z_Param_bAllowWrap); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function SelectNextButton *************************** // ********** Begin Class UCommonButtonGroupBase Function SelectPreviousButton ********************* struct Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics { struct CommonButtonGroupBase_eventSelectPreviousButton_Parms { bool bAllowWrap; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/** \n\x09 * Selects the previous button in the group \n\x09 * @param bAllowWrap Whether to wrap to the first button if the last one is currently selected\n\x09 */" }, { "CPP_Default_bAllowWrap", "true" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Selects the previous button in the group\n@param bAllowWrap Whether to wrap to the first button if the last one is currently selected" }, }; #endif // WITH_METADATA // ********** Begin Function SelectPreviousButton constinit property declarations ****************** static void NewProp_bAllowWrap_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowWrap; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SelectPreviousButton constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SelectPreviousButton Property Definitions ***************************** void Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::NewProp_bAllowWrap_SetBit(void* Obj) { ((CommonButtonGroupBase_eventSelectPreviousButton_Parms*)Obj)->bAllowWrap = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::NewProp_bAllowWrap = { "bAllowWrap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonButtonGroupBase_eventSelectPreviousButton_Parms), &Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::NewProp_bAllowWrap_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::NewProp_bAllowWrap, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::PropPointers) < 2048); // ********** End Function SelectPreviousButton Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "SelectPreviousButton", Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::CommonButtonGroupBase_eventSelectPreviousButton_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::CommonButtonGroupBase_eventSelectPreviousButton_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execSelectPreviousButton) { P_GET_UBOOL(Z_Param_bAllowWrap); P_FINISH; P_NATIVE_BEGIN; P_THIS->SelectPreviousButton(Z_Param_bAllowWrap); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function SelectPreviousButton *********************** // ********** Begin Class UCommonButtonGroupBase Function SetSelectionRequired ********************* struct Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics { struct CommonButtonGroupBase_eventSetSelectionRequired_Parms { bool bRequireSelection; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/** \n\x09 * Sets whether the group should always have a button selected.\n\x09 * @param bRequireSelection True to force the group to always have a button selected.\n\x09 * If true and nothing is selected, will select the first entry. If empty, will select the first button added.\n\x09 */" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Sets whether the group should always have a button selected.\n@param bRequireSelection True to force the group to always have a button selected.\nIf true and nothing is selected, will select the first entry. If empty, will select the first button added." }, }; #endif // WITH_METADATA // ********** Begin Function SetSelectionRequired constinit property declarations ****************** static void NewProp_bRequireSelection_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bRequireSelection; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSelectionRequired constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSelectionRequired Property Definitions ***************************** void Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::NewProp_bRequireSelection_SetBit(void* Obj) { ((CommonButtonGroupBase_eventSetSelectionRequired_Parms*)Obj)->bRequireSelection = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::NewProp_bRequireSelection = { "bRequireSelection", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonButtonGroupBase_eventSetSelectionRequired_Parms), &Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::NewProp_bRequireSelection_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::NewProp_bRequireSelection, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::PropPointers) < 2048); // ********** End Function SetSelectionRequired Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonButtonGroupBase, nullptr, "SetSelectionRequired", Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::CommonButtonGroupBase_eventSetSelectionRequired_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::CommonButtonGroupBase_eventSetSelectionRequired_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonButtonGroupBase::execSetSelectionRequired) { P_GET_UBOOL(Z_Param_bRequireSelection); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSelectionRequired(Z_Param_bRequireSelection); P_NATIVE_END; } // ********** End Class UCommonButtonGroupBase Function SetSelectionRequired *********************** // ********** Begin Class UCommonButtonGroupBase *************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UCommonButtonGroupBase; UClass* UCommonButtonGroupBase::GetPrivateStaticClass() { using TClass = UCommonButtonGroupBase; if (!Z_Registration_Info_UClass_UCommonButtonGroupBase.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CommonButtonGroupBase"), Z_Registration_Info_UClass_UCommonButtonGroupBase.InnerSingleton, StaticRegisterNativesUCommonButtonGroupBase, 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_UCommonButtonGroupBase.InnerSingleton; } UClass* Z_Construct_UClass_UCommonButtonGroupBase_NoRegister() { return UCommonButtonGroupBase::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCommonButtonGroupBase_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/** \n * Manages an arbitrary collection of CommonButton widgets.\n * Ensures that no more (and optionally, no less) than one button in the group is selected at a time\n */" }, { "IncludePath", "Groups/CommonButtonGroupBase.h" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "Manages an arbitrary collection of CommonButton widgets.\nEnsures that no more (and optionally, no less) than one button in the group is selected at a time" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnSelectedButtonBaseChanged_MetaData[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnHoveredButtonBaseChanged_MetaData[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnButtonBaseClicked_MetaData[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnButtonBaseDoubleClicked_MetaData[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnSelectionCleared_MetaData[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnButtonBaseLockClicked_MetaData[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnButtonBaseLockDoubleClicked_MetaData[] = { { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSelectionRequired_MetaData[] = { { "Category", "BaseButtonGroup" }, { "Comment", "/** If true, the group will force that a button be selected at all times */" }, { "ExposeOnSpawn", "true" }, { "ModuleRelativePath", "Public/Groups/CommonButtonGroupBase.h" }, { "ToolTip", "If true, the group will force that a button be selected at all times" }, }; #endif // WITH_METADATA // ********** Begin Class UCommonButtonGroupBase constinit property declarations ******************* static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSelectedButtonBaseChanged; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnHoveredButtonBaseChanged; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnButtonBaseClicked; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnButtonBaseDoubleClicked; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSelectionCleared; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnButtonBaseLockClicked; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnButtonBaseLockDoubleClicked; static void NewProp_bSelectionRequired_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSelectionRequired; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCommonButtonGroupBase constinit property declarations ********************* static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("DeselectAll"), .Pointer = &UCommonButtonGroupBase::execDeselectAll }, { .NameUTF8 = UTF8TEXT("FindButtonIndex"), .Pointer = &UCommonButtonGroupBase::execFindButtonIndex }, { .NameUTF8 = UTF8TEXT("GetButtonBaseAtIndex"), .Pointer = &UCommonButtonGroupBase::execGetButtonBaseAtIndex }, { .NameUTF8 = UTF8TEXT("GetButtonCount"), .Pointer = &UCommonButtonGroupBase::execGetButtonCount }, { .NameUTF8 = UTF8TEXT("GetHoveredButtonIndex"), .Pointer = &UCommonButtonGroupBase::execGetHoveredButtonIndex }, { .NameUTF8 = UTF8TEXT("GetSelectedButtonBase"), .Pointer = &UCommonButtonGroupBase::execGetSelectedButtonBase }, { .NameUTF8 = UTF8TEXT("GetSelectedButtonIndex"), .Pointer = &UCommonButtonGroupBase::execGetSelectedButtonIndex }, { .NameUTF8 = UTF8TEXT("HasAnyButtons"), .Pointer = &UCommonButtonGroupBase::execHasAnyButtons }, { .NameUTF8 = UTF8TEXT("OnButtonBaseHovered"), .Pointer = &UCommonButtonGroupBase::execOnButtonBaseHovered }, { .NameUTF8 = UTF8TEXT("OnButtonBaseUnhovered"), .Pointer = &UCommonButtonGroupBase::execOnButtonBaseUnhovered }, { .NameUTF8 = UTF8TEXT("OnHandleButtonBaseClicked"), .Pointer = &UCommonButtonGroupBase::execOnHandleButtonBaseClicked }, { .NameUTF8 = UTF8TEXT("OnHandleButtonBaseDoubleClicked"), .Pointer = &UCommonButtonGroupBase::execOnHandleButtonBaseDoubleClicked }, { .NameUTF8 = UTF8TEXT("OnHandleButtonBaseLockClicked"), .Pointer = &UCommonButtonGroupBase::execOnHandleButtonBaseLockClicked }, { .NameUTF8 = UTF8TEXT("OnHandleButtonBaseLockDoubleClicked"), .Pointer = &UCommonButtonGroupBase::execOnHandleButtonBaseLockDoubleClicked }, { .NameUTF8 = UTF8TEXT("OnSelectionStateChangedBase"), .Pointer = &UCommonButtonGroupBase::execOnSelectionStateChangedBase }, { .NameUTF8 = UTF8TEXT("SelectButtonAtIndex"), .Pointer = &UCommonButtonGroupBase::execSelectButtonAtIndex }, { .NameUTF8 = UTF8TEXT("SelectNextButton"), .Pointer = &UCommonButtonGroupBase::execSelectNextButton }, { .NameUTF8 = UTF8TEXT("SelectPreviousButton"), .Pointer = &UCommonButtonGroupBase::execSelectPreviousButton }, { .NameUTF8 = UTF8TEXT("SetSelectionRequired"), .Pointer = &UCommonButtonGroupBase::execSetSelectionRequired }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UCommonButtonGroupBase_DeselectAll, "DeselectAll" }, // 1015495064 { &Z_Construct_UFunction_UCommonButtonGroupBase_FindButtonIndex, "FindButtonIndex" }, // 956780180 { &Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonBaseAtIndex, "GetButtonBaseAtIndex" }, // 340820969 { &Z_Construct_UFunction_UCommonButtonGroupBase_GetButtonCount, "GetButtonCount" }, // 753228700 { &Z_Construct_UFunction_UCommonButtonGroupBase_GetHoveredButtonIndex, "GetHoveredButtonIndex" }, // 916394928 { &Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonBase, "GetSelectedButtonBase" }, // 2105461476 { &Z_Construct_UFunction_UCommonButtonGroupBase_GetSelectedButtonIndex, "GetSelectedButtonIndex" }, // 3077998182 { &Z_Construct_UFunction_UCommonButtonGroupBase_HasAnyButtons, "HasAnyButtons" }, // 1938965540 { &Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseHovered, "OnButtonBaseHovered" }, // 1934029657 { &Z_Construct_UFunction_UCommonButtonGroupBase_OnButtonBaseUnhovered, "OnButtonBaseUnhovered" }, // 2770026833 { &Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseClicked, "OnHandleButtonBaseClicked" }, // 1682713308 { &Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseDoubleClicked, "OnHandleButtonBaseDoubleClicked" }, // 2270523665 { &Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockClicked, "OnHandleButtonBaseLockClicked" }, // 3490062195 { &Z_Construct_UFunction_UCommonButtonGroupBase_OnHandleButtonBaseLockDoubleClicked, "OnHandleButtonBaseLockDoubleClicked" }, // 567366069 { &Z_Construct_UFunction_UCommonButtonGroupBase_OnSelectionStateChangedBase, "OnSelectionStateChangedBase" }, // 3794238333 { &Z_Construct_UFunction_UCommonButtonGroupBase_SelectButtonAtIndex, "SelectButtonAtIndex" }, // 4161630349 { &Z_Construct_UFunction_UCommonButtonGroupBase_SelectNextButton, "SelectNextButton" }, // 2188288395 { &Z_Construct_UFunction_UCommonButtonGroupBase_SelectPreviousButton, "SelectPreviousButton" }, // 3843558899 { &Z_Construct_UFunction_UCommonButtonGroupBase_SetSelectionRequired, "SetSelectionRequired" }, // 848929593 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCommonButtonGroupBase_Statics // ********** Begin Class UCommonButtonGroupBase Property Definitions ****************************** const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnSelectedButtonBaseChanged = { "OnSelectedButtonBaseChanged", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonButtonGroupBase, OnSelectedButtonBaseChanged), Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnSelectedButtonBaseChanged_MetaData), NewProp_OnSelectedButtonBaseChanged_MetaData) }; // 3113956603 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnHoveredButtonBaseChanged = { "OnHoveredButtonBaseChanged", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonButtonGroupBase, OnHoveredButtonBaseChanged), Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnHoveredButtonBaseChanged_MetaData), NewProp_OnHoveredButtonBaseChanged_MetaData) }; // 3113956603 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseClicked = { "OnButtonBaseClicked", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonButtonGroupBase, OnButtonBaseClicked), Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnButtonBaseClicked_MetaData), NewProp_OnButtonBaseClicked_MetaData) }; // 3113956603 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseDoubleClicked = { "OnButtonBaseDoubleClicked", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonButtonGroupBase, OnButtonBaseDoubleClicked), Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnButtonBaseDoubleClicked_MetaData), NewProp_OnButtonBaseDoubleClicked_MetaData) }; // 3113956603 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnSelectionCleared = { "OnSelectionCleared", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonButtonGroupBase, OnSelectionCleared), Z_Construct_UDelegateFunction_CommonUI_OnSelectionCleared__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnSelectionCleared_MetaData), NewProp_OnSelectionCleared_MetaData) }; // 3101058458 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseLockClicked = { "OnButtonBaseLockClicked", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonButtonGroupBase, OnButtonBaseLockClicked), Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnButtonBaseLockClicked_MetaData), NewProp_OnButtonBaseLockClicked_MetaData) }; // 3113956603 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseLockDoubleClicked = { "OnButtonBaseLockDoubleClicked", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonButtonGroupBase, OnButtonBaseLockDoubleClicked), Z_Construct_UDelegateFunction_CommonUI_SimpleButtonBaseGroupDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnButtonBaseLockDoubleClicked_MetaData), NewProp_OnButtonBaseLockDoubleClicked_MetaData) }; // 3113956603 void Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_bSelectionRequired_SetBit(void* Obj) { ((UCommonButtonGroupBase*)Obj)->bSelectionRequired = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_bSelectionRequired = { "bSelectionRequired", nullptr, (EPropertyFlags)0x0021080000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonButtonGroupBase), &Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_bSelectionRequired_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSelectionRequired_MetaData), NewProp_bSelectionRequired_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonButtonGroupBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnSelectedButtonBaseChanged, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnHoveredButtonBaseChanged, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseClicked, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseDoubleClicked, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnSelectionCleared, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseLockClicked, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_OnButtonBaseLockDoubleClicked, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonButtonGroupBase_Statics::NewProp_bSelectionRequired, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonButtonGroupBase_Statics::PropPointers) < 2048); // ********** End Class UCommonButtonGroupBase Property Definitions ******************************** UObject* (*const Z_Construct_UClass_UCommonButtonGroupBase_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UCommonWidgetGroupBase, (UObject* (*)())Z_Construct_UPackage__Script_CommonUI, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonButtonGroupBase_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonButtonGroupBase_Statics::ClassParams = { &UCommonButtonGroupBase::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UCommonButtonGroupBase_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UCommonButtonGroupBase_Statics::PropPointers), 0, 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonButtonGroupBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonButtonGroupBase_Statics::Class_MetaDataParams) }; void UCommonButtonGroupBase::StaticRegisterNativesUCommonButtonGroupBase() { UClass* Class = UCommonButtonGroupBase::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonButtonGroupBase_Statics::Funcs)); } UClass* Z_Construct_UClass_UCommonButtonGroupBase() { if (!Z_Registration_Info_UClass_UCommonButtonGroupBase.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonButtonGroupBase.OuterSingleton, Z_Construct_UClass_UCommonButtonGroupBase_Statics::ClassParams); } return Z_Registration_Info_UClass_UCommonButtonGroupBase.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonButtonGroupBase); UCommonButtonGroupBase::~UCommonButtonGroupBase() {} // ********** End Class UCommonButtonGroupBase ***************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonButtonGroupBase_h__Script_CommonUI_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UCommonButtonGroupBase, UCommonButtonGroupBase::StaticClass, TEXT("UCommonButtonGroupBase"), &Z_Registration_Info_UClass_UCommonButtonGroupBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonButtonGroupBase), 3378501139U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonButtonGroupBase_h__Script_CommonUI_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonButtonGroupBase_h__Script_CommonUI_85405603{ TEXT("/Script/CommonUI"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonButtonGroupBase_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Groups_CommonButtonGroupBase_h__Script_CommonUI_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS