Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FNavigationReply
Description
Set the widget that handled the event; undefined if never handled. This method is to be used by SlateApplication only!
| Name | SetHandler |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/NavigationReply.h |
| Include Path | #include "Input/NavigationReply.h" |
FNavigationReply & SetHandler
(
const TSharedRef < SWidget > & InHandler
)