UGoogleARCoreFrameFunctionLibrary::GetPose

Gets the latest tracking pose of the ARCore device in Unreal AR Tracking Space

Windows
MacOS
Linux

Deprecated

  • This function is deprecated, use GetOrientationAndPosition.

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)(BlueprintPure, Category="GoogleARCore|MotionTracking",
          Meta=(Keywords="googlear arcore pose transform", DeprecatedFunction, DeprecationMessage="This function is deprecated, use GetOrientationAndPosition."))
static void GetPose
(
    FTransform & OutPose
)

Remarks

Gets the latest tracking pose of the ARCore device in Unreal AR Tracking Space

that ARCore motion tracking has already integrated with HMD and the motion controller interface. Use this function only if you need to implement your own tracking component.

Returns

True if the pose is updated successfully for this frame.

Parameters

Parameter

Description

OutPose

The latest device pose.

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