unreal.AutoExposureMethod

class unreal.AutoExposureMethod

Bases: EnumBase

Used by FPostProcessSettings Auto Exposure

C++ Source:

  • Module: Engine

  • File: Scene.h

AEM_BASIC: AutoExposureMethod

faster method that computes single value by downsampling

Type:

1

AEM_HISTOGRAM: AutoExposureMethod

requires compute shader to construct 64 bin histogram

Type:

0

AEM_MANUAL: AutoExposureMethod

Uses camera settings.

Type:

2