Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreSessionConfig.h |
Include |
#include "GoogleARCoreSessionConfig.h" |
UCLASS(BlueprintType, Category="AR AugmentedReality")
class UGoogleARCoreSessionConfig : public UARSessionConfig
A UDataAsset that can be used to configure ARCore specific settings on top of UARSessionConfig.
Name | Description | ||
---|---|---|---|
|
AugmentedFaceMode |
Configure which Augmented Face mode will be used in the AR session. |
|
|
AugmentedImageDatabase |
A UGoogleARCoreAugmentedImageDatabase asset to use use for image tracking. |
|
|
CameraFacing |
Configure which camera will be used to in the AR session. |
Name | Description | ||
---|---|---|---|
|
UGoogleARCor... |
CreateARCoreSessionConfig ( |
Create a new ARCore session configuration. |
|
UGoogleARCor... |
GetAugmentedImageDatabase() |
Get the augmented image database being used. |
|
SetAugmentedImageDatabase |
Set the augmented image database to use. |