Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FReply
Description
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.
| Name | CancelFocusRequest |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Reply.h |
| Include Path | #include "Input/Reply.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/Reply.cpp |
FReply & CancelFocusRequest()