UGoogleARCoreFrameFunctionLibrary::GetPointCloud

Gets the latest point cloud that will be only available for this frame.

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|PointCloud",
          Meta=(Keywords="googlear arcore pointcloud"))
static EGoogleARCoreFunctionStatus GetPointCloud
(
    UGoogleARCorePointCloud *& OutLatestPointCloud
)

Remarks

Gets the latest point cloud that will be only available for this frame. If you want to keep the point cloud data, you can either copy it to your own struct or call AcquireLatestPointCloud() to avoid the copy.

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