Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImageDatabase.h |
Include |
#include "GoogleARCoreAugmentedImageDatabase.h" |
UCLASS(BlueprintType)
class UGoogleARCoreAugmentedImageDatabase : public UDataAsset
A collection of processed images for ARCore to track.
Please use the ARCandidateImage list in UARSessionConfig instead.
Name | Description | ||
---|---|---|---|
|
int |
AddRuntimeAugmentedImage ( |
Please use UGoogleARCoreSessionFunctionLibrary::AddRuntimeCandidateImageFromRawbytes() instead. |
|
int |
AddRuntimeAugmentedImageFromTexture ( |
Please use UARBlueprintLibrary::AddRuntimeCandidateImage() instead. |