UGoogleARCoreSessionFunctionLibrary::GetAllPlanes

Gets a list of all valid [UARPlaneGeometry](API\Runtime\AugmentedReality\UARPlaneGeometry) objects that ARCore is currently tracking.

Windows
MacOS
Linux

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|TrackablePlane",
          Meta=(Keywords="googlear arcore all plane"))
static void GetAllPlanes
(
    TArray< UARPlaneGeometry * > & OutPlaneList
)

Remarks

Gets a list of all valid UARPlaneGeometry objects that ARCore is currently tracking. Planes that have entered the EARTrackingState::StoppedTracking state or for which UARPlaneGeometry::GetSubsumedBy returns non-null will not be included.

Parameters

Parameter

Description

OutPlaneList

An array that contains all the valid planes 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