UGoogleARCoreFrameFunctionLibrary::GetTrackingState

Returns the current ARCore session status.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated. Use "GetTrackingQuality" instead.

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="GoogleARCore|MotionTracking",
          Meta=(DeprecatedFunction, DeprecationMessage="GetTrackingState is deprecated. Use GetTrackingQuality.", Keywords="googlear arcore session"))
static EGoogleARCoreTrackingState GetTrackingState()

Remarks

Returns the current ARCore session status.

Returns

A EARSessionStatus enum that describes the session status.

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