UWindowsMixedRealitySpatialInputFunctionLibrary::CaptureGestures

Beginning and ending of the gestures capturing.

Windows
MacOS
Linux

References

Module

WindowsMixedRealitySpatialInput

Header

/Engine/Plugins/Runtime/WindowsMixedReality/Source/WindowsMixedRealitySpatialInput/Classes/WindowsMixedRealitySpatialInputFunctionLibrary.h

Include

#include "WindowsMixedRealitySpatialInputFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/WindowsMixedReality/Source/WindowsMixedRealitySpatialInput/Private/WindowsMixedRealitySpatialInputFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="WindowsMixedRealitySpatialInput",
          Meta=(ToolTip="Specify which gestures to capture."))
static bool CaptureGestures
(
    bool Tap,
    bool Hold,
    ESpatialInputAxisGestureType AxisGesture,
    bool NavigationAxisX,
    bool NavigationAxisY,
    bool NavigationAxisZ
)

Remarks

Beginning and ending of the gestures capturing.

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