UCommonButtonGroupBase::GetHoveredButtonIndex

Get the index of the currently hovered button, if any.

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, BlueprintPure, Category=BaseButtonGroup)
int32 GetHoveredButtonIndex() const

Remarks

Get the index of the currently hovered button, if any.

Parameters

Parameter

Description

The

index of the currently hovered button in the group, or -1 if there is no hovered button.

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