![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CursorReply.h>
Inheritance diagram for FCursorReply:Public Member Functions | |
| TSharedPtr< SWindow > | GetCursorWindow () const |
| TSharedPtr< SWidget > | GetCursorWidget () const |
| EMouseCursor::Type | GetCursorType () const |
| void | SetCursorWidget (TSharedPtr< SWindow > InCursorWindow, TSharedPtr< SWidget > InCursorWidget) |
Public Member Functions inherited from TReplyBase< FCursorReply > | |
| TReplyBase (bool bIsHandled) | |
Public Member Functions inherited from FReplyBase | |
| bool | IsEventHandled () const |
| const TSharedPtr< SWidget > | GetHandler () const |
Static Public Member Functions | |
| static FCursorReply | Unhandled () |
| static FCursorReply | Cursor (EMouseCursor::Type InCursor) |
Additional Inherited Members | |
Protected Member Functions inherited from TReplyBase< FCursorReply > | |
| FCursorReply & | SetHandler (const TSharedRef< SWidget > &InHandler) |
| FCursorReply & | Me () |
Protected Member Functions inherited from FReplyBase | |
| FReplyBase (bool InIsHandled) | |
Protected Attributes inherited from FReplyBase | |
| bool | bIsHandled |
| TSharedPtr< SWidget > | EventHandler |
A reply to the OnQueryCursor event.
|
inlinestatic |
Respond with a specific cursor. This cursor will be used and no other widgets will be asked.
|
inline |
|
inline |
|
inline |
|
inline |
Set the Cursor Widget, used by slate application to set the cursor widget if the MapCursor returns a widget.
|
inlinestatic |
Makes a NULL response meaning no prefersce. i.e. If your widget returns this, its parent will get to decide what the cursor shoudl be. This is the default behavior for a widget.