EXRSystemFlags::Type

Flags to better inform the user about specifics of the underlying XR system

Windows
MacOS
Linux

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/HeadMountedDisplayTypes.h

Include

#include "HeadMountedDisplayTypes.h"

Syntax

namespace EXRSystemFlags
{
    enum Type
    {
        NoFlags                 = 0x00,
        IsAR                    = 0x01,
        IsTablet                = 0x02,
        IsHeadMounted           = 0x04,
        SupportsHandTracking    = 0x08,
    }
}

Values

Name

Description

NoFlags

IsAR

IsTablet

IsHeadMounted

SupportsHandTracking

Remarks

Flags to better inform the user about specifics of the underlying XR system

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