UCommonButtonBase::SetShouldSelectUponReceivingFocus

Set whether the button should become selected upon receiving focus or not; Only settable for buttons that are selectable

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 SetShouldSelectUponReceivingFocus
(
    bool bInShouldSelectUponReceivingFocus
)

Remarks

Set whether the button should become selected upon receiving focus or not; Only settable for buttons that are selectable

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