Pointer Event

Pointer Event

Windows
MacOS
Linux
On this page

Actions

Get Cursor Delta

Returns the distance the mouse traveled since the last event was handled.

Target is Kismet Input Library

Get Effecting Button

Mouse button that caused this event to be raised (possibly FKey::Invalid)

Target is Kismet Input Library

Get Gesture Delta

Returns the change in gesture value since the last gesture event of the same type.

Target is Kismet Input Library

Get Last Screen Space Position

Returns the position of the cursor in screen space last time we handled an input event

Target is Kismet Input Library

Get Pointer Index

Returns the unique identifier of the pointer (e.g., finger index)

Target is Kismet Input Library

Get Screen Space Position

Returns The position of the cursor in screen space

Target is Kismet Input Library

Get Touchpad Index

Returns the index of the touch pad that generated this event (for platforms with multiple touch pads per user)

Target is Kismet Input Library

Get User Index

Returns the index of the user that caused the event

Target is Kismet Input Library

Get Wheel Delta

How much did the mouse wheel turn since the last mouse event

Target is Kismet Input Library

Is Mouse Button Down

Mouse buttons that are currently pressed

Target is Kismet Input Library

Is Touch Event

Returns true if this event a result from a touch (as opposed to a mouse)

Target is Kismet Input Library

Pointer Event Get Gesture Type

Returns the type of touch gesture

Target is Kismet Input Library

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