EGoogleARCoreFunctionStatus

Describes the status of most ARCore functions.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Syntax

enum EGoogleARCoreFunctionStatus
{
    Success,
    Fatal,
    SessionPaused,
    NotTracking,
    ResourceExhausted,
    NotAvailable,
    InvalidType,
    IllegalState,
    Unknown,
}

Values

Name

Description

Success

Function returned successfully.

Fatal

Function failed due to Fatal error.

SessionPaused

Function failed due to the session isn't running.

NotTracking

Function failed due to ARCore session isn't in tracking state.

ResourceExhausted

Function failed due to the requested resource is exhausted.

NotAvailable

Function failed due to ARCore session hasn't started or the requested resource isn't available yet.

InvalidType

Function failed due to the function augment has invalid type.

IllegalState

Function failed due to it is invoked at an illegal or inappropriate time.

Unknown

Function failed with unknown reason.

Remarks

Describes the status of most ARCore functions.

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