UGoogleARCoreSessionFunctionLibrary::GetAllAugmentedImages

Gets a list of all valid [UGoogleARCoreAugmentedImage](API\Plugins\GoogleARCoreBase\UGoogleARCoreAugmentedImage) objects that ARCore is currently tracking.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated. Use "GetAllGeometriesByClass" 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)(BlueprintCallable, Category="GoogleARCore|AugmentedImage",
          Meta=(DeprecatedFunction, DeprecationMessage="GetAllAugmentedImages is deprecated. Use GetAllGeometriesByClass.", Keywords="googlear arcore all augmented image"))
static void GetAllAugmentedImages
(
    TArray< UGoogleARCoreAugmentedImage * > & OutAugmentedImageList
)

Remarks

Gets a list of all valid UGoogleARCoreAugmentedImage objects that ARCore is currently tracking. UGoogleARCoreAugmentedImage that have entered the EARTrackingState::StoppedTracking state will not be included.

Parameters

Parameter

Description

OutAugmentedImageList

An array that contains all the valid augmented images detected by ARCore.

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