Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterViewportManagerPr-
Description
A preview of the entire cluster is rendered using the tick-per-frame and viewport-per-frame settings. This function should be called several times until the entire cluster is rendered. The rendering is distributed over multiple frames to improve performance. The rendering of multiple instances is also distributed to improve performance.
Note: When rendering the entire cluster, the CurrentWorld value will always be overridden by the GetWorld() value obtained from SceneRootActor.
| Name | UpdateEntireClusterPreviewRender |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/IDisplayClusterViewportManagerPreview.h |
| Include Path | #include "Render/Viewport/IDisplayClusterViewportManagerPreview.h" |
void UpdateEntireClusterPreviewRender
(
bool bEnablePreviewRendering
)
Parameters
| Name | Remarks |
|---|---|
| bEnablePreviewRendering | to render or stop rendering. |