UMotionTrackedDeviceFunctionLibrary::SetIsControllerMotionTrackingEnabledByDefault

Set whether motion tracked controllers activate on creation by default, or do not and must be explicitly activated.

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 SetIsControllerMotionTrackingEnabledByDefault
(
    bool Enable
)

Remarks

Set whether motion tracked controllers activate on creation by default, or do not and must be explicitly activated.

Parameters

Parameter

Description

Require

(in) True means controllers are enabled by default. Enables beyond the controller count limit will fail.

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