UCommonButtonGroupBase::SelectNextButton

Selects the next button in the group

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/Groups/CommonButtonGroupBase.h

Include

#include "Groups/CommonButtonGroupBase.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/Groups/CommonButtonGroupBase.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category=BaseButtonGroup)
void SelectNextButton
(
    bool bAllowWrap
)

Remarks

Selects the next button in the group

Parameters

Parameter

Description

bAllowWrap

Whether to wrap to the first button if the last one is currently selected

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss