UKismetInputLibrary::PointerEvent_GetTouchpadIndex

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInputLibrary.h

Include

#include "Kismet/KismetInputLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetInputLibrary.cpp

Syntax

static int32 PointerEvent_GetTouchpadIndex
(
    const FPointerEvent & Input
)

Remarks

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

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