unreal.AutoExposureMethod¶
- class unreal.AutoExposureMethod¶
Bases:
EnumBaseUsed by FPostProcessSettings Auto Exposure
C++ Source:
Module: Engine
File: Scene.h
- AEM_BASIC: AutoExposureMethod = Ellipsis¶
faster method that computes single value by downsampling
- Type:
1
- AEM_HISTOGRAM: AutoExposureMethod = Ellipsis¶
requires compute shader to construct 64 bin histogram
- Type:
0
- AEM_MANUAL: AutoExposureMethod = Ellipsis¶
Uses camera settings.
- Type:
2