IDisplayClusterPostProcess::PerformPostProcessFrameBeforeWarpBlend_RenderThread

PP operation on a frame region before warp&blend

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/PostProcess/IDisplayClusterPostProcess.h

Include

#include "Render/PostProcess/IDisplayClusterPostProcess.h"

Syntax

virtual void PerformPostProcessFrameBeforeWarpBlend_RenderThread
(
    FRHICommandListImmediate & RHICmdList,
    FRHITexture2D * SrcTexture,
    const FIntRect & FrameRect
) const

Remarks

PP operation on a frame region before warp&blend

Parameters

Parameter

Description

RHICmdList

RHI command list

SrcTexture

Source texture

ViewRect

Frame region of the texture

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss