EARPinCloudTaskResult

A enum describes the CloudARPin task result.

Windows
MacOS
Linux

References

Module

GoogleARCoreServices

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCoreServices/Source/GoogleARCoreServices/Public/GoogleARCoreServicesTypes.h

Include

#include "GoogleARCoreServicesTypes.h"

Syntax

enum EARPinCloudTaskResult
{
    Success,
    Failed,
    Started,
    CloudARPinNotEnabled,
    NotTracking,
    SessionPaused,
    InvalidPin,
    ResourceExhausted,
}

Values

Name

Description

Success

CloudARPin hosting/resolving task is successfully completed.

Failed

CloudARPin hosting/resolving is failed.

Started

CloudARPin hosting/resolving is started successfully.

CloudARPinNotEnabled

CloudARPin hosting/resolving failed because ARPin hosting isn't enabled.

NotTracking

CloudARPin hosting/resolving failed because ARPin is not in Tracking State.

SessionPaused

CloudARPin hosting/resolving failed because there is no valid ARSession or the session is paused.

InvalidPin

CloudARPin hosting failed because the input ARPin is invalid.

ResourceExhausted

CloudARPin hosting failed because a new CloudARPin couldn't be created in ARSystem due to resource exhausted.

Remarks

A enum describes the CloudARPin task result.

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