Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Mirrors EAutoExposureMethod from Scene.h.
| Name | EInterchangeAutoExposureMethod |
| Type | enum |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeCameraNode.h |
| Include Path | #include "InterchangeCameraNode.h" |
Syntax
enum EInterchangeAutoExposureMethod
{
Histogram,
Basic,
Manual,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Histogram | Requires compute shader to construct 64 bin histogram |
| Basic | Faster method that computes single value by downsampling |
| Manual | Uses camera settings. |
| MAX |