UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EMouseCursor Namespace Reference

Enumerations

enum  Type : int {
  None , Default , TextEditBeam , ResizeLeftRight ,
  ResizeUpDown , ResizeSouthEast , ResizeSouthWest , CardinalCross ,
  Crosshairs , Hand , GrabHand , GrabHandClosed ,
  SlashedCircle , EyeDropper , Custom , TotalCursorCount
}
 

Detailed Description

Mouse cursor types

Enumeration Type Documentation

◆ Type

Enumerator
None 

Causes no mouse cursor to be visible

Default 

Default cursor (arrow)

TextEditBeam 

Text edit beam

ResizeLeftRight 

Resize horizontal

ResizeUpDown 

Resize vertical

ResizeSouthEast 

Resize diagonal

ResizeSouthWest 

Resize other diagonal

CardinalCross 

MoveItem

Crosshairs 

Target Cross

Hand 

Hand cursor

GrabHand 

Grab Hand cursor

GrabHandClosed 

Grab Hand cursor closed

SlashedCircle 

a circle with a diagonal line through it

EyeDropper 

Eye-dropper cursor for picking colors

Custom 

Custom cursor shape for platforms that support setting a native cursor shape. Same as specifying None if not set.

TotalCursorCount 

Number of cursors we support