Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
A collection of processed images for ARCore to track.
Deprecated. Please use the ARCandidateImage list in UARSessionConfig instead.
| Name | UGoogleARCoreAugmentedImageDatabase |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImageDatabase.h |
| Include Path | #include "GoogleARCoreAugmentedImageDatabase.h" |
Syntax
UCLASS (BlueprintType)
class UGoogleARCoreAugmentedImageDatabase : public UDataAsset
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDataAsset → UGoogleARCoreAugmentedImageDatabase
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Entries | TArray< FGoogleARCoreAugmentedImageDatabaseEntry > | The individual instances of FGoogleARCoreAugmentedImageDatabaseEntry objects. | GoogleARCoreAugmentedImageDatabase.h |
|
| SerializedDatabase | TArray< uint8 > | The serialized database, in the ARCore augmented image database serialization format. | GoogleARCoreAugmentedImageDatabase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
Overridden serialization function. | GoogleARCoreAugmentedImageDatabase.h |