UCommonButtonBase::SetIsSelected

Change the selected state manually.

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonButtonBase.h

Include

#include "CommonButtonBase.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/CommonButtonBase.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Common Button|Setters")
void SetIsSelected
(
    bool InSelected,
    bool bGiveClickFeedback
)

Remarks

Change the selected state manually.

Parameters

Parameter

Description

bGiveClickFeedback

If true, the button may give user feedback as if it were clicked. IE: Play a click sound, trigger animations as if it were clicked.

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