IMotionController::GetControllerTrackingStatus

Returns the tracking status (e.g. not tracked, intertial-only, fully tracked) of the specified controller

Windows
MacOS
Linux

Override Hierarchy

IMotionController::GetControllerTrackingStatus()

FXRMotionControllerBase::GetControllerTrackingStatus()

References

Module

HeadMountedDisplay

Header

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

Include

#include "IMotionController.h"

Syntax

ETrackingStatus GetControllerTrackingStatus
(
    const int32 ControllerIndex,
    const FName MotionSource
) const

Remarks

Returns the tracking status (e.g. not tracked, intertial-only, fully tracked) of the specified controller

Returns

Tracking status of the specified controller, or ETrackingStatus::NotTracked if the device is not found

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