Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FLevelEditorViewportClient
- FViewportClient::GetCursor()
- FEditorViewportClient::GetCursor()
- FLevelEditorViewportClient::GetCursor()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
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 |