Speed

Speed of gesture.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(BlueprintReadOnly, Category="TouchpadGesture|MagicLeap",
          Meta=(DeprecatedProperty, DeprecationMessage="Use Touchpad Gesture Events instead."))
float Speed

Remarks

Speed of gesture. Note that this takes on different meanings depending on the gesture type being performed:

  • For radial gestures, this will be the angular speed around the axis.

  • For pinch gestures, this will be the speed at which the distance between fingers is changing. The touchpad is defined as having extents of [-1.0,1.0] so touchpad distance has a range of [0.0,2.0]; this value will be in touchpad distance per second.

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