Navigation
API > API/Plugins > API/Plugins/DisplayClusterScenePreview > API/Plugins/DisplayClusterScenePreview/IDisplayClusterScenePreview
Description
Get a list of all actors that have been added to a renderer's scene. This includes any actors that the renderer automatically added to itself.
| Name | GetActorsInRendererScene |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterScenePreview/Public/IDisplayClusterScenePreview.h |
| Include Path | #include "IDisplayClusterScenePreview.h" |
bool GetActorsInRendererScene
(
int32 RendererId,
bool bIncludeRoot,
TArray < AActor * > & OutActors
)
Parameters
| Name | Remarks |
|---|---|
| RendererId | The ID of the renderer as returned from CreateRenderer. |
| bIncludeRoot | If true, include the renderer's root actor. |
| OutActors | The array to fill with actors. |