Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FCursorReply
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCursorReply () |
Internal constructor - makes a NULL result. | Input/CursorReply.h | |
FCursorReply
(
EMouseCursor::Type InCursorType |
Internal constructor - makes a non-NULL result. | Input/CursorReply.h |
FCursorReply()
Description
Internal constructor - makes a NULL result.
| Name | FCursorReply |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h |
| Include Path | #include "Input/CursorReply.h" |
FCursorReply()
FCursorReply(EMouseCursor::Type)
Description
Internal constructor - makes a non-NULL result.
| Name | FCursorReply |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h |
| Include Path | #include "Input/CursorReply.h" |
FCursorReply
(
EMouseCursor::Type InCursorType
)