Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewportClient
- FViewportClient::GetCursor()
- UGameViewportClient::GetCursor()
- FLevelEditorViewportClient::GetCursor()
- FEditorViewportClient::GetCursor()
- FLevelEditorViewportClient::GetCursor()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ViewportClient.h |
| Include | #include "ViewportClient.h" |
virtual EMouseCursor::Type GetCursor
&40;
FViewport &42; Viewport,
int32 X,
int32 Y
&41;
Remarks
Retrieves the cursor that should be displayed by the OS the cursor that the OS should display
Parameters
| Name | Description |
|---|---|
| Viewport | the viewport that contains the cursor |
| X | the x position of the cursor |
| Y | the Y position of the cursor |