Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Input
Inheritance Hierarchy
- FReplyBase
- TReplyBase
- FCursorReply
- FNoReply
- FPopupMethodReply
- FReply
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Input/ReplyBase.h |
Include | #include "Input/ReplyBase.h" |
Syntax
template<typename ReplyType>
class TReplyBase : public FReplyBase
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TReplyBase
(
bool bIsHandled |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
ReplyType & | Me () |
|
![]() |
ReplyType & | SetHandler
(
const TSharedRef< SWidget >& InHandler |
Set the widget that handled the event; undefined if never handled. |