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 (BlueprintCallable, Category=BaseButtonGroup)
void SelectPreviousButton
(
bool bAllowWrap
)
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 |