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" |
bool ApplyCustomPostProcess
(
IDisplayClusterViewport * InViewport,
const uint32 InContextNum,
const ERenderPass InRenderPass,
FPostProcessSettings & InOutPPSettings,
float * InOutBlendWeight
) const
Remarks
Apply postprocess for the specified rendering pass to the InOutStartPostProcessingSettings. true, if the postprocess settings have been overridden.
Parameters
| Name | Description |
|---|---|
| InViewport | DC viewport that is rendered with these settings. |
| InContextNum | Index of view that is being processed for this viewport |
| InRenderPass | PP rendering pass to be used. (The value of 'FinalPerViewport' is ignored.) |
| InOutPPSettings | (in,out) PostProcess settings that need to be changed. |
| InOutBlendWeight | (opt, in, out) PostProcess weight parameter that need to be changed. |