Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FReply
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default copy constructor. | Input/Reply.h | ||
FReply
(
bool bIsHandled |
Hidden default constructor. | Input/Reply.h |
FReply(const FReply &)
Description
Default copy constructor.
| Name | FReply |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Reply.h |
| Include Path | #include "Input/Reply.h" |
FReply
(
const FReply &
)
FReply(bool)
Description
Hidden default constructor.
| Name | FReply |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Reply.h |
| Include Path | #include "Input/Reply.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/Reply.cpp |
FReply
(
bool bIsHandled
)