Navigation
| Name | GoogleARCoreBase |
| Type | Runtime |
| Location | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/ |
| Module Build Rules | GoogleARCoreBase.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FGoogleARCoreDelegates | Delegate to call on camera configuration. |
| UGoogleARCoreAugmentedFace | An UObject representing a face detected by ARCore. |
| UGoogleARCoreAugmentedImage | An object representing an augmented image currently in the scene. |
| UGoogleARCoreAugmentedImageDatabase | A collection of processed images for ARCore to track. |
| UGoogleARCoreCameraImage | An object that represents an acquired CPU-accessible camera image. |
| UGoogleARCoreCameraIntrinsics | An object wrapping the ArCameraIntrinsics data from the ARCore SDK. |
| UGoogleARCoreEditorSettings | Helper class used to expose FGoogleARCoreSessionConfig setting in the Editor plugin settings. |
| UGoogleARCoreEventManager | Manager for ARCore delegates. |
| UGoogleARCoreFrameFunctionLibrary | A function library that provides static/Blueprint functions associated with most recent GoogleARCore tracking frame. |
| UGoogleARCorePointCloud | A UObject that contains a set of observed 3D points and confidence values. |
| UGoogleARCoreSessionConfig | A UDataAsset that can be used to configure ARCore specific settings on top of UARSessionConfig. |
| UGoogleARCoreSessionFunctionLibrary | A function library that provides static/Blueprint functions associated with GoogleARCore session. |
Structs
| Name | Remarks |
|---|---|
| FGoogleARCoreAugmentedImageDatabaseEntry | A single entry in a UGoogleARCoreAugmentedImageDatabase. |
| FGoogleARCoreCameraConfig | Camera configuration from ARCore. |
| FGoogleARCoreLightEstimate | A struct describes the ARCore light estimation. |
Interfaces
| Name | Remarks |
|---|---|
| IGoogleARCoreBaseModule | The public interface to this module. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ArImage | struct ArImage_ | GoogleARCoreCameraImage.h | |
| ArSession | struct ArSession_ | GoogleARCoreCameraImage.h |
Enums
Public
| Name | Remarks |
|---|---|
| EGoogleARCoreAvailability | |
| EGoogleARCoreInstallStatus |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| STATCAT_Advanced | GoogleARCoreBaseModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ENUM_CLASS_FLAGS
(
EGoogleARCoreLineTraceChannel |
GoogleARCoreTypes.h |