Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Render > API/Plugins/DisplayCluster/Render/Viewport > API/Plugins/DisplayCluster/Render/Viewport/IDisplayClusterV-
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/IDisplayClusterViewport_CustomPostProcessSettings.h |
| Include | #include "Render/Viewport/IDisplayClusterViewport_CustomPostProcessSettings.h" |
Syntax
enum ERenderPass
{
Start = 0,
Override,
Final,
FinalPerViewport,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
The viewport's custom PostProcesses are blended in a specific order, which is specified by the values below.