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, Category&61;BaseButtonGroup&41;
void SelectPreviousButton
&40;
bool bAllowWrap
&41;
Remarks
Selects the previous button in the group
Parameters
| Name | Description |
|---|---|
| bAllowWrap | Whether to wrap to the first button if the last one is currently selected |