Navigation
Unreal Engine C++ API Reference > Plugins > GoogleARCoreBase
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UARTrackedGeometry
- UARTrackedImage
- UGoogleARCoreAugmentedImage
References
Module | GoogleARCoreBase |
Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImage.h |
Include | #include "GoogleARCoreAugmentedImage.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UGoogleARCoreAugmentedImage : public UARTrackedImage
Remarks
An object representing an augmented image currently in the scene.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | UpdateTrackedGeometry
(
const TSharedRef< FARSupportInterface, ESPMode::ThreadSafe >& InTrackingSystem, |
Update the tracked object. |
Overridden from UARTrackedGeometry
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
void | DebugDraw
(
UWorld* World, |
Draw a box around the image, for debugging purposes. |