Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
Motion Tracking System Management interface
This exposes management options for a motion tracking system. Some platforms will not implement it.
| Name | IMotionTrackingSystemManagement |
| Type | class |
| Header File | /Engine/Source/Runtime/HeadMountedDisplay/Public/IMotionTrackingSystemManagement.h |
| Include Path | #include "IMotionTrackingSystemManagement.h" |
Syntax
class IMotionTrackingSystemManagement : public IModularFeature
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DisableMotionTrackingOfAllControllers() |
Disable tracking for all controllers. | IMotionTrackingSystemManagement.h | |
void DisableMotionTrackingOfControllersForPlayer
(
int32 PlayerIndex |
Disable tracking for all controllers of a certain player. | IMotionTrackingSystemManagement.h | |
void DisableMotionTrackingOfDevice
(
const int32 ControllerIndex, |
Disable tracking of the specified controller, by player index and tracked device type. | IMotionTrackingSystemManagement.h | |
bool EnableMotionTrackingOfDevice
(
const int32 ControllerIndex, |
Enaable tracking of the specified controller, by player index and tracked device type. | IMotionTrackingSystemManagement.h | |
int32 GetMaximumMotionTrackedControllerCount() |
Get the maximum number of controllers that can be tracked. | IMotionTrackingSystemManagement.h | |
int32 GetMotionTrackingEnabledControllerCount() |
Get the number of controllers for which motion tracking is enabled. | IMotionTrackingSystemManagement.h | |
bool IsMotionTrackingEnabledForDevice
(
const int32 ControllerIndex, |
Returns true if the specified device is supposed to be tracked | IMotionTrackingSystemManagement.h | |
void SetIsControllerMotionTrackingEnabledByDefault
(
bool Enable |
Set whether controller tracking is enabled by default or whether controllers must be specifically enabled. | IMotionTrackingSystemManagement.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetModularFeatureName() |
IMotionTrackingSystemManagement.h |