Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Render > API/Plugins/DisplayCluster/Render/Viewport
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/IDisplayClusterViewport_CustomPostProcessSettings.h |
| Include | #include "Render/Viewport/IDisplayClusterViewport_CustomPostProcessSettings.h" |
Syntax
class IDisplayClusterViewport_CustomPostProcessSettings
Remarks
DC Viewport Postprocess interface
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCustomPostProcess
(
const ERenderPass InRenderPass, |
Add custom postprocess. | |
| bool | ApplyCustomPostProcess
(
IDisplayClusterViewport* InViewport, |
Apply postprocess for the specified rendering pass to the InOutStartPostProcessingSettings. | |
| bool | DoPostProcess
(
const ERenderPass InRenderPass, |
Override postprocess, if defined. | |
| void | RemoveCustomPostProcess
(
const ERenderPass InRenderPass |
Deletes the custom postprocess for the specified rendering pass. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ERenderPass | The viewport's custom PostProcesses are blended in a specific order, which is specified by the values below. |