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