FReply::ClearUserFocus

An event should return a [FReply::Handled()](API\Runtime\SlateCore\Input\FReply\Handled).[ClearUserFocus()](API\Runtime\SlateCore\Input\FReply\ClearUserFocus\1) to ask the system to clear user focus

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h

Include

#include "Input/Reply.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Input/Reply.cpp

Syntax

FReply & ClearUserFocus
(
    EFocusCause ReasonFocusIsChanging,
    bool bInAllUsers
)

Remarks

An event should return a FReply::Handled().ClearUserFocus() to ask the system to clear user focus

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