FReply::CancelFocusRequest

An event should rarely invoke [FReply::CancelFocusRequest](API\Runtime\SlateCore\Input\FReply\CancelFocusRequest).

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 & CancelFocusRequest()

Remarks

An event should rarely invoke FReply::CancelFocusRequest. This will change the reply so that it no longer contains a request for the system to set or clear focus. This is most useful when a reply has been cached for use in async operations.

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