EARServiceAvailability

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARDependencyHandler.h

Include

#include "ARDependencyHandler.h"

Syntax

enum EARServiceAvailability
{
    UnknownError,
    UnknownChecking,
    UnknownTimedOut,
    UnsupportedDeviceNotCapable,
    SupportedNotInstalled,
    SupportedVersionTooOld,
    SupportedInstalled,
}

Values

Name

Description

UnknownError

Availability is unknown due to an error during checking

UnknownChecking

Availability is being checked

UnknownTimedOut

Availability is unknown due to timeout during checking

UnsupportedDeviceNotCapable

The device is not capable of running the AR service

SupportedNotInstalled

AR service is not installed

SupportedVersionTooOld

AR service is installed but the version is too old

SupportedInstalled

AR service is supported and installed

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