Navigation
API > API/Runtime > API/Runtime/AugmentedReality
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.