unreal.AREnvironmentCaptureProbeType

class unreal.AREnvironmentCaptureProbeType

Bases: unreal.EnumBase

Tells the AR system what type of environmental texture capturing to perform

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

AUTOMATIC

Capturing will be automatic with probes placed by the AR system

Type

2

MANUAL

Capturing will be manual with the app specifying where the probes are and their size

Type

1

NONE

No capturing will happen

Type

0