unreal.XRTrackedDeviceType
¶
- class unreal.XRTrackedDeviceType¶
Bases:
unreal.EnumBase
EXRTracked Device Type
C++ Source:
Module: HeadMountedDisplay
File: HeadMountedDisplayTypes.h
- ANY¶
Pass to EnumerateTrackedDevices to get all devices regardless of type
- Type
255
- CONTROLLER¶
Represents a controller
- Type
1
- HEAD_MOUNTED_DISPLAY¶
Represents a head mounted display
- Type
0
- OTHER¶
Misc. device types, for future expansion
- Type
3
- TRACKING_REFERENCE¶
Represents a static tracking reference device, such as a Lighthouse or tracking camera
- Type
2