ESteamVRTrackedDeviceType

Defines the class of tracked devices in SteamVR

Windows
MacOS
Linux

References

Module

SteamVR

Header

/Engine/Plugins/Runtime/Steam/SteamVR/Source/SteamVR/Classes/SteamVRFunctionLibrary.h

Include

#include "SteamVRFunctionLibrary.h"

Syntax

enum ESteamVRTrackedDeviceType
{
    Controller,
    TrackingReference,
    Other,
    Invalid,
}

Values

Name

Description

Controller

Represents a Steam VR Controller

TrackingReference

Represents a static tracking reference device, such as a Lighthouse or tracking camera

Other

  1. device types, for future expansion

Invalid

DeviceId is invalid

Remarks

Defines the class of tracked devices in SteamVR

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