UGoogleARCoreFrameFunctionLibrary::AcquirePointCloud

Acquires latest point cloud.

Windows
MacOS
Linux

Deprecated

  • This function is deprecated, use GetPointCloud.

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|PointCloud",
          Meta=(Keywords="googlear arcore pointcloud", DeprecatedFunction, DeprecationMessage="This function is deprecated, use GetPointCloud."))
static EGoogleARCoreFunctionStatus AcquirePointCloud
(
    UGoogleARCorePointCloud *& OutLatestPointCloud
)

Remarks

Acquires latest point cloud. This will make the point cloud remain valid unless you call UGoogleARCrePointCloud::ReleasePointCloud(). Be aware that this function could fail if the maximal number of point cloud has been acquired.

Returns

An EGoogleARCoreFunctionStatus. Possible value: Success, SessionPaused, ResourceExhausted.

Parameters

Parameter

Description

OutLatestPointCloud

A pointer point to the latest point cloud.

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