Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Render > API/Plugins/DisplayCluster/Render/Projection > API/Plugins/DisplayCluster/Render/Projection/IDisplayClusterProjectionPolicy
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Projection/IDisplayClusterProjectionPolicy.h |
| Include | #include "Render/Projection/IDisplayClusterProjectionPolicy.h" |
virtual bool GetCustomRenderTargetSize
(
const IDisplayClusterViewport * InViewport,
FIntPoint & OutRenderTargetSize
) const
Remarks
This function can override the size of the RenderTarget texture for the viewport. is true if the RTT size should be overridden.
Parameters
| Name | Description |
|---|---|
| InViewport | viewport to override RTT size. |
| OutRenderTargetSize | (out) the desired RTT size. |