UGoogleARCoreAugmentedImage::GetCenter

Get the center in local space of the augmented image.

Windows
MacOS
Linux

Deprecated

  • There is no need to use this function since it always returns (0,0,0).

References

Module

GoogleARCoreBase

Header

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

Include

#include "GoogleARCoreAugmentedImage.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category="GoogleARCore|AugmentedImage",
          Meta=(Keywords="googlear arcore augmentedimage"))
FVector GetCenter() const

Remarks

Get the center in local space of the augmented image.

Returns

The center in the augmented image's local coordinate 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