Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterProjectionPolicy
Description
Completing the projection policy logic for the current frame after applying warp blending. Have to be called only if IsWarpBlendSupported_RenderThread() returns true
| Name | EndWarpBlend_RenderThread |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Projection/IDisplayClusterProjectionPolicy.h |
| Include Path | #include "Render/Projection/IDisplayClusterProjectionPolicy.h" |
virtual void EndWarpBlend_RenderThread
(
FRHICommandListImmediate & RHICmdList,
const IDisplayClusterViewportProxy * InViewportProxy
)
Parameters
| Name | Remarks |
|---|---|
| ViewIdx | Index of view that is being processed for this viewport |
| RHICmdList | RHI commands |
| SrcTexture | Source texture |
| ViewportRect | Region of the SrcTexture to perform warp&blend operations |