FLevelEditorViewportClient::GetCursor

Retrieves the cursor that should be displayed by the OS

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual EMouseCursor::Type GetCursor
(
    FViewport * Viewport,
    int32 X,
    int32 Y
)

Remarks

Retrieves the cursor that should be displayed by the OS

Returns

the cursor that the OS should display

Parameters

Parameter

Description

Viewport

the viewport that contains the cursor

X

the x position of the cursor

Y

the Y position of the cursor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss