FPointerEvent::FPointerEvent

A constructor for raw mouse events

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/Events.h"

Syntax

FPointerEvent
(
    uint32 InPointerIndex,
    const FVector2D & InScreenSpacePosition,
    const FVector2D & InLastScreenSpacePosition,
    const FVector2D & InDelta,
    const TSet< FKey > & InPressedButtons,
    const FModifierKeysState & InModifierKeys
)

Remarks

A constructor for raw mouse events

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