Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImageDatabase.h |
| Include | #include "GoogleARCoreAugmentedImageDatabase.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FGoogleARCoreAugmentedImageDatabaseEntry
Remarks
A single entry in a UGoogleARCoreAugmentedImageDatabase.
Deprecated. Please use the cross-platform UARCandidateImage instead.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UTexture2D > | ImageAsset | Texture to use for this image. Valid formats are RGBA8 and BGRA8. | |
| FName | Name | Name of the image. | |
| float | Width | Width of the image in meters. |
Constructors
| Type | Name | Description | |
|---|---|---|---|