Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
Inheritance Hierarchy
- FReplyBase
- TReplyBase
- FCursorReply
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/CursorReply.h |
| Include | #include "Input/CursorReply.h" |
Syntax
class FCursorReply : public TReplyBase< FCursorReply >
Remarks
A reply to the OnQueryCursor event.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FCursorReply | Cursor
(
EMouseCursor::Type InCursor |
Respond with a specific cursor. This cursor will be used and no other widgets will be asked. | |
| EMouseCursor::Type | |||
| TSharedPtr< SWidget > | |||
| TSharedPtr< SWindow > | |||
| void | SetCursorWidget
(
TSharedPtr< SWindow > InCursorWindow, |
Set the Cursor Widget, used by slate application to set the cursor widget if the MapCursor returns a widget. | |
| FCursorReply | Unhandled () |
Makes a NULL response meaning no prefersce. |