unreal.ARSceneReconstruction

class unreal.ARSceneReconstruction

Bases: unreal.EnumBase

Possible scene reconstruction methods

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

MESH_ONLY

A mesh approximation of the environment is constructed

Type

1

MESH_WITH_CLASSIFICATION

A mesh approximation of the environment, including classification of the objects is constructed

Type

2

NONE

Scene reconstruction is disabled

Type

0