Navigation
API > API/Plugins > API/Plugins/DisplayClusterScenePreview > API/Plugins/DisplayClusterScenePreview/IDisplayClusterScenePreview > API/Plugins/DisplayClusterScenePreview/IDisplayClusterScenePreview/RenderQueued
References
| Module | DisplayClusterScenePreview |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterScenePreview/Public/IDisplayClusterScenePreview.h |
| Include | #include "IDisplayClusterScenePreview.h" |
bool RenderQueued
&40;
int32 RendererId,
FDisplayClusterMeshProjectionRenderSettings & RenderSettings,
TWeakPtr< FCanvas > Canvas,
FRenderResultDelegate ResultDelegate
&41;
Remarks
Queue a preview to be rendered in the future using an existing canvas. The canvas must have a valid render target assigned.
Parameters
| Name | Description |
|---|---|
| RendererId | The ID of the renderer as returned from CreateRenderer. |
| RenderSettings | Settings controlling how the scene will be rendered. |
| Canvas | The canvas to draw to. If this is invalid when the render is ready to start, the render will be skipped. |
| ResultDelegate | The delegate to call when the render is complete. It will be passed a FRenderTarget containing the rendered preview, or null if the render failed. |