unreal.AutoExposureMethod

class unreal.AutoExposureMethod

Bases: unreal.EnumBase

Used by FPostProcessSettings Auto Exposure

C++ Source:

  • Module: Engine

  • File: Scene.h

AEM_BASIC

faster method that computes single value by downsampling

Type

1

AEM_HISTOGRAM

requires compute shader to construct 64 bin histogram

Type

0

AEM_MANUAL

Uses camera settings.

Type

2