SetUserFocus

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

SetUserFocus

(
    uint32 UserIndex,
    const TSharedPtr< SWidget >& Widge...,
    EFocusCause ReasonFocusIsChanging
)

Sets specified user focus to the SWidget passed in.

Public function Virtual

bool

 

SetUserFocus

(
    const uint32 InUserIndex,
    const FWidgetPath& InFocusPath,
    const EFocusCause InCause
)

Sets user focus to the specified widget. The widget must be allowed to receive focus.

Private function

bool

 

SetUserFocus

(
    FSlateUser& User,
    const FWidgetPath& InFocusPath,
    const EFocusCause InCause
)

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