Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Options for how light is estimated based on the camera capture. This feature is used by ARCore and ARKit.
| Name | EARLightEstimationMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h |
| Include Path | #include "ARSessionConfig.h" |
Syntax
enum EARLightEstimationMode
{
None = 0,
AmbientLightEstimate = 1,
DirectionalLightEstimate = 2,
}
Values
| Name | Remarks |
|---|---|
| None | Disables light estimation. |
| AmbientLightEstimate | Estimates an ambient light. |
| DirectionalLightEstimate | Estimates a directional light of the environment with an additional key light. |