Navigation
API > API/Runtime > API/Runtime/SlateCore
Base class for all the ways that a Slate Widget can reply to events. Typical replies include requests to set focus, capture or release the pointer, signify a cursor preference, etc.
| Name | FReplyBase |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h |
| Include Path | #include "Input/ReplyBase.h" |
Syntax
class FReplyBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReplyBase
(
bool InIsHandled |
A reply can be handled or unhandled. | Input/ReplyBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< SWidget > GetHandler() |
The widget that ultimately handled the event | Input/ReplyBase.h | |
bool IsEventHandled() |
Input/ReplyBase.h |