UGoogleARCoreFrameFunctionLibrary::GetUpdatedAugmentedFaces

Gets a list of [UGoogleARCoreAugmentedFace](API\Plugins\GoogleARCoreBase\UGoogleARCoreAugmentedFace) objects that were changed in this frame.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated, use GetAllGeometriesByClass.

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|AugmentedFace",
          Meta=(Keywords="googlear arcore augmented face updated", DeprecatedFunction, DeprecationMessage="This function is deprecated, use GetAllGeometriesByClass."))
static void GetUpdatedAugmentedFaces
(
    TArray< UGoogleARCoreAugmentedFace * > & OutFaceList
)

Remarks

Gets a list of UGoogleARCoreAugmentedFace objects that were changed in this frame.

Parameters

Parameter

Description

OutFaceList

An array that contains the updated UGoogleARCoreAugmentedFace.

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