UMagicLeapControllerFunctionLibrary::SetControllerTrackingMode

Set controller tracking mode. that this is global (it affects all control devices).

Windows
MacOS
Linux

References

Module

MagicLeapController

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapController/Public/MagicLeapControllerFunctionLibrary.h

Include

#include "MagicLeapControllerFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapController/Private/MagicLeapControllerFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="MotionController|MagicLeap")
static bool SetControllerTrackingMode
(
    EMagicLeapControllerTrackingMode TrackingMode
)

Remarks

Set controller tracking mode.

that this is global (it affects all control devices).

Returns

True if the command to set the tracking mode was successfully sent to the controller, false otherwise.

Parameters

Parameter

Description

TrackingMode

Controller tracking mode.

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