Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImage.h |
Include |
#include "GoogleARCoreAugmentedImage.h" |
UCLASS(BlueprintType)
class UGoogleARCoreAugmentedImage : public UARTrackedImage
An object representing an augmented image currently in the scene.
Name | Description | ||
---|---|---|---|
|
UpdateTrackedGeometry ( |
Update the tracked object. |
Name | Description | ||
---|---|---|---|
|
DebugDraw ( |
Draw a box around the image, for debugging purposes. |
Name | Description | ||
---|---|---|---|
|
GetCenter() |
There is no need to use this function since it always returns (0,0,0). |
|
|
GetExtent() |
Please use UARTrackedImage::GetEstimatedSize() instead. |
|
|
GetImageIndex() |
Instead of getting the index, you can use UARTrackedImage::GetDetectedImage() to get the UARCandidateImage object. |
|
|
GetImageName() |
Please use UARCandidateImage::GetFriendlyName() instead. |