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 EXRSystemFlags
{
enum Type
&123;
NoFlags = 0x00,
IsAR = 0x01,
IsTablet = 0x02,
IsHeadMounted = 0x04,
SupportsHandTracking = 0x08,
&125;
}
Values
Name | Description |
---|---|
NoFlags | |
IsAR | |
IsTablet | |
IsHeadMounted | |
SupportsHandTracking |
Remarks
Flags to better inform the user about specifics of the underlying XR system