Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterViewport_CustomPo-
The viewport's custom PostProcesses are blended in a specific order, which is specified by the values below.
| Name | ERenderPass |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/IDisplayClusterViewport_CustomPostProcessSettings.h |
| Include Path | #include "Render/Viewport/IDisplayClusterViewport_CustomPostProcessSettings.h" |
Syntax
enum ERenderPass
{
Start = 0,
Override,
Final,
FinalPerViewport,
}
Values
| Name | Remarks |
|---|---|
| Start | These PP settings will be applied when the StartFinalPostprocessSettings() function is called |
| Override | These PP settings will be applied when the OverrideFinalPostprocessSettings() function is called |
| Final | These PP settings will be applied when the EndFinalPostprocessSettings() function is called. |
| FinalPerViewport | This rendering pass is for the container only, to separate ICVFX ColorGrading into a separate pass. |