unreal.InterchangeAutoExposureMethod¶
- class unreal.InterchangeAutoExposureMethod¶
Bases:
EnumBaseMirrors EAutoExposureMethod from Scene.h
C++ Source:
Plugin: Interchange
Module: InterchangeNodes
File: InterchangeCameraNode.h
- BASIC: InterchangeAutoExposureMethod = Ellipsis¶
faster method that computes single value by downsampling
- Type:
1
- HISTOGRAM: InterchangeAutoExposureMethod = Ellipsis¶
requires compute shader to construct 64 bin histogram
- Type:
0
- MANUAL: InterchangeAutoExposureMethod = Ellipsis¶
Uses camera settings.
- Type:
2