Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TReplyBase
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/ReplyBase.h |
| Include Path | #include "Input/ReplyBase.h" |
ReplyType & SetHandler
(
const TSharedRef < SWidget > & InHandler
)