EARSceneReconstruction

Options for how the scene should be reconstructed. This feature is used by ARKit.

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h

Include

#include "ARSessionConfig.h"

Syntax

enum EARSceneReconstruction
{
    None,
    MeshOnly,
    MeshWithClassification,
}

Values

Name

Description

None

Disables scene reconstruction

MeshOnly

Creates a mesh approximation of the environment.

MeshWithClassification

Creates a mesh approximation of the environment and classifies the objects constructed.

Remarks

Options for how the scene should be reconstructed. This feature is used by ARKit.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss