Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase > API/Plugins/GoogleARCoreBase/UGoogleARCoreSessionConfig
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreSessionConfig.h |
| Include | #include "GoogleARCoreSessionConfig.h" |
static UGoogleARCoreSessionConfig &42; CreateARCoreSessionConfig
&40;
bool bHorizontalPlaneDetection,
bool bVerticalPlaneDetection,
EARLightEstimationMode InLightEstimationMode,
EARFrameSyncMode InFrameSyncMode,
bool bInEnableAutoFocus,
bool bInEnableAutomaticCameraOverlay,
bool bInEnableAutomaticCameraTracking
&41;
Remarks
Create a new ARCore session configuration. The new configuration object.
Parameters
| Name | Description |
|---|---|
| bHorizontalPlaneDetection | True to enable horizontal plane detection. |
| bVerticalPlaneDetection | True to enable vertical plane detection. |
| InLightEstimationMode | The light estimation mode to use. |
| InFrameSyncMode | The frame synchronization mode to use. |
| bInEnableAutoFocus | True to enable auto-focus. |
| bInEnableAutomaticCameraOverlay | True to enable the camera overlay. |
| bInEnableAutomaticCameraTracking | True to enable automatic camera tracking. |