UCommonButtonGroupBase::SelectButtonAtIndex

Selects a button at a specific index in the group. Clears all selection if given an invalid index.

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 SelectButtonAtIndex
(
    int32 ButtonIndex
)

Remarks

Selects a button at a specific index in the group. Clears all selection if given an invalid index.

Parameters

Parameter

Description

ButtonIndex

The index of the button in the group to select

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