Navigation
Unreal Engine C++ API Reference > Runtime > HeadMountedDisplay
References
Module | HeadMountedDisplay |
Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h |
Include | #include "HeadMountedDisplayTypes.h" |
Syntax
namespace EHMDWornState
{
enum Type
&123;
Unknown,
Worn,
NotWorn,
&125;
}
Values
Name | Description |
---|---|
Unknown | |
Worn | |
NotWorn |
Remarks
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.