Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | TReplyBase |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h |
| Include Path | #include "Input/ReplyBase.h" |
Syntax
template<typename ReplyType>
class TReplyBase : public FReplyBase
Inheritance Hierarchy
- FReplyBase → TReplyBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TReplyBase
(
bool bIsHandled |
Input/ReplyBase.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ReplyType & Me() |
Input/ReplyBase.h | ||
ReplyType & SetHandler
(
const TSharedRef< SWidget >& InHandler |
Set the widget that handled the event; undefined if never handled. | Input/ReplyBase.h |