unreal.ARLightEstimationMode

class unreal.ARLightEstimationMode

Bases: unreal.EnumBase

Options for how light is estimated based on the camera capture. This feature is used by ARCore and ARKit.

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

AMBIENT_LIGHT_ESTIMATE

Estimates an ambient light.

Type

1

DIRECTIONAL_LIGHT_ESTIMATE

Estimates a directional light of the environment with an additional key light. Currently not supported.

Type

2

NONE

Disables light estimation.

Type

0