FHoloLensCursor

Windows
MacOS
Linux

Inheritance Hierarchy

ICursor

FHoloLensCursor

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/HoloLens/HoloLensCursor.h

Include

#include "HoloLens/HoloLensCursor.h"

Syntax

class FHoloLensCursor : public ICursor

Constructors

Name Description

Public function

FHoloLensCursor()

Destructors

Name Description

Public function Virtual

~FHoloLensCursor()

Functions

Name Description

Public function

bool

 

IsUsingRawMouseNoCursor()

Public function

void

 

OnRawMouseMove

(
    const FIntVector& MouseDelta
)

Public function

void

 

ProcessDeferredActions()

Public function

void

 

UpdatePosition

(
    const FVector2D& NewPosition
)

Overridden from ICursor

Name Description

Public function Virtual Const

FVector2D

 

GetPosition()

The position of the cursor

Public function Virtual Const

void

 

GetSize

(
    int32& Width,
    int32& Height
)

Gets the size of the cursor

Public function Virtual Const

EMouseCursor...

 

GetType()

Gets the current type of the cursor

Public function Virtual

void

 

Lock

(
    const RECT*const Bounds
)

Locks the cursor to the passed in bounds

Public function Virtual

void

 

SetPosition

(
    const int32 X,
    const int32 Y
)

Sets the position of the cursor

Public function Virtual

void

 

SetType

(
    const EMouseCursor::Type InNewCurso...
)

Sets the cursor

Public function Virtual

void

 

SetTypeShape

(
    EMouseCursor::Type InCursorType,
    void* CursorHandle
)

Allows overriding the shape of a particular cursor.

Public function Virtual

void

 

Show

(
    bool bShow
)

Shows or hides 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