unreal.ARLightEstimationMode

class unreal.ARLightEstimationMode

Bases: unreal.EnumBase

EARLight Estimation Mode

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

AMBIENT_LIGHT_ESTIMATE

Enable light estimation for ambient intensity; returned as a UARBasicLightEstimate

Type

1

DIRECTIONAL_LIGHT_ESTIMATE

Enable directional light estimation of environment with an additional key light. Currently not supported.

Type

2

NONE

Light estimation disabled.

Type

0