Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDataAsset
- UGoogleARCoreAugmentedImageDatabase
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImageDatabase.h |
| Include | #include "GoogleARCoreAugmentedImageDatabase.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UGoogleARCoreAugmentedImageDatabase : public UDataAsset
Remarks
A collection of processed images for ARCore to track.
Deprecated. Please use the ARCandidateImage list in UARSessionConfig instead.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FGoogleARCoreAugmentedImageDatabaseEntry > | Entries | The individual instances of FGoogleARCoreAugmentedImageDatabaseEntry objects. | |
| TArray< uint8 > | SerializedDatabase | The serialized database, in the ARCore augmented image database serialization format. |