UMotionTrackedDeviceFunctionLibrary::DisableMotionTrackingOfSource

Disable tracking of the specified controller, by player index and tracked device type.

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 void DisableMotionTrackingOfSource
(
    int32 PlayerIndex,
    FName SourceName
)

Remarks

Disable tracking of the specified controller, by player index and tracked device type.

Parameters

Parameter

Description

PlayerIndex

(in) The index of the player.

SourceName

(in) The tracked device id.

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