unreal.HMDWornState
¶
- class unreal.HMDWornState¶
Bases:
EnumBase
Stores if the user is wearing the HMD or not. For HMDs without a sensor to detect the user wearing it, the state defaults to Unknown.
C++ Source:
Module: HeadMountedDisplay
File: HeadMountedDisplayTypes.h
- NOT_WORN: HMDWornState¶
2
- UNKNOWN: HMDWornState¶
0
- WORN: HMDWornState¶
1