Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Options for how the scene should be reconstructed. This feature is used by ARKit.
| Name | EARSceneReconstruction |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h |
| Include Path | #include "ARSessionConfig.h" |
Syntax
enum EARSceneReconstruction
{
None,
MeshOnly,
MeshWithClassification,
}
Values
| Name | Remarks |
|---|---|
| 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. |