Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
An object representing an augmented image currently in the scene.
| Name | UGoogleARCoreAugmentedImage |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImage.h |
| Include Path | #include "GoogleARCoreAugmentedImage.h" |
Syntax
UCLASS (BlueprintType)
class UGoogleARCoreAugmentedImage : public UARTrackedImage
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UARTrackedGeometry → UARTrackedImage → UGoogleARCoreAugmentedImage
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImageIndex | int32 | GoogleARCoreAugmentedImage.h | ||
| ImageName | FString | GoogleARCoreAugmentedImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
Update the tracked object. | GoogleARCoreAugmentedImage.h |
Overridden from UARTrackedGeometry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DebugDraw
(
UWorld* World, |
Draw a box around the image, for debugging purposes. | GoogleARCoreAugmentedImage.h |