Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Groups > API/Plugins/CommonUI/Groups/UCommonButtonGroupBase
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Groups/CommonButtonGroupBase.h |
| Include | #include "Groups/CommonButtonGroupBase.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/Groups/CommonButtonGroupBase.cpp |
UFUNCTION&40;BlueprintCallable, BlueprintPure, Category&61;BaseButtonGroup&41;
int32 GetSelectedButtonIndex&40;&41; const
Remarks
Get the index of the currently selected button, if any.
Parameters
| Name | Description |
|---|---|
| The | index of the currently selected button in the group, or -1 if there is no selected button. |