FVirtualPointerPosition

Represents the current and last cursor position in a "virtual window" for events that are routed to widgets transformed in a 3D scene.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Events.h

Include

#include "Input/Events.h"

Syntax

struct FVirtualPointerPosition

Remarks

Represents the current and last cursor position in a "virtual window" for events that are routed to widgets transformed in a 3D scene.

Variables

Name Description

Public variable

FVector2D

 

CurrentCursorPosition

Public variable

FVector2D

 

LastCursorPosition

Constructors

Name Description

Public function

FVirtualPointerPosition()

Public function

FVirtualPointerPosition

(
    const FVector2D& InCurrentCursorPo...,
    const FVector2D& InLastCursorPosit...
)

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