FGoogleARCoreAugmentedImageDatabaseEntry
#include <GoogleARCoreAugmentedImageDatabase.h>
A single entry in a UGoogleARCoreAugmentedImageDatabase.
Summary
Deprecated. Please use the cross-platform UARCandidateImage instead.
Constructors and Destructors |
|
---|---|
FGoogleARCoreAugmentedImageDatabaseEntry()
|
Public attributes |
|
---|---|
ImageAsset
|
UTexture2D *
Texture to use for this image.
|
Name
|
FName
Name of the image.
|
Width
|
float
Width of the image in meters.
|
Public attributes
ImageAsset
UTexture2D * FGoogleARCoreAugmentedImageDatabaseEntry::ImageAsset
Texture to use for this image.
Valid formats are RGBA8 and BGRA8.
Name
FName FGoogleARCoreAugmentedImageDatabaseEntry::Name
Name of the image.
This can be retrieved from an active UGoogleARCoreAugmentedImage with the GetImageName function.
Width
float FGoogleARCoreAugmentedImageDatabaseEntry::Width
Width of the image in meters.
Public functions
FGoogleARCoreAugmentedImageDatabaseEntry
FGoogleARCoreAugmentedImageDatabaseEntry::FGoogleARCoreAugmentedImageDatabaseEntry()