Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterProjectionPolicy
Description
Override copying 'InternalRenderTargetResource' to 'InputShaderResource'. The same behavior as for function bellow is expected: ResolveResources_RenderThread(RHICmdList, InSourceViewportProxy, InSrcResourceType, InDstResourceType);
| Name | ResolveInternalRenderTargetResource_RenderThread |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Projection/IDisplayClusterProjectionPolicy.h |
| Include Path | #include "Render/Projection/IDisplayClusterProjectionPolicy.h" |
virtual bool ResolveInternalRenderTargetResource_RenderThread
(
FRHICommandListImmediate & RHICmdList,
const IDisplayClusterViewportProxy * InViewportProxy,
const IDisplayClusterViewportProxy * InSourceViewportProxy
)
- true, if copying is overridden.
Parameters
| Name | Remarks |
|---|---|
| InViewportProxy | This ViewportProxy will get the result |
| InSourceViewportProxy | This ViewportProxy will provide the input resource |