Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input
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
| Type | Name | Description | |
|---|---|---|---|
| UE::Slate::FDeprecateVector2DResult | CurrentCursorPosition | ||
| UE::Slate::FDeprecateVector2DResult | LastCursorPosition |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVirtualPointerPosition
(
const UE::Slate::FDeprecateVector2DParameter& InCurrentCursorPosition, |