UCommonButtonGroupBase::FindButtonIndex

Find the button index of the specified button, if possible

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)
int32 FindButtonIndex
(
    const UCommonButtonBase * ButtonToFind
) const

Remarks

Find the button index of the specified button, if possible

Returns

Index of the button in the group. INDEX_NONE if not found

Parameters

Parameter

Description

ButtonToFind

Button to find the index of

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