UMotionTrackedDeviceFunctionLibrary::IsMotionSourceTracking

Queries the specified source's tracking status and returns true if it has tracking.

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/MotionTrackedDeviceFunctionLibrary.h

Include

#include "MotionTrackedDeviceFunctionLibrary.h"

Source

/Engine/Source/Runtime/HeadMountedDisplay/Private/MotionTrackedDeviceFunctionLibrary.cpp

Syntax

static bool IsMotionSourceTracking
(
    int32 PlayerIndex,
    FName SourceName
)

Remarks

Queries the specified source's tracking status and returns true if it has tracking.

Returns

Tracking status of the specified controller.

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