EARLightEstimationMode

Options for how light is estimated based on the camera capture.

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h

Include

#include "ARSessionConfig.h"

Syntax

enum EARLightEstimationMode
{
    None                        = 0,
    AmbientLightEstimate        = 1,
    DirectionalLightEstimate    = 2,
}

Values

Name

Description

None

Disables light estimation.

AmbientLightEstimate

Estimates an ambient light.

DirectionalLightEstimate

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

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss