UGoogleARCorePointCloud::GetPointInTrackingSpace

Returns the point position in Unreal AR Tracking space.

Windows
MacOS
Linux

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreTypes.h

Include

#include "GoogleARCoreTypes.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreAPI.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="GoogleARCore|PointCloud")
void GetPointInTrackingSpace
(
    int Index,
    FVector & OutTrackingSpaceLocation,
    float & OutConfidence
)

Remarks

Returns the point position in Unreal AR Tracking space.

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