Navigation
API > API/Plugins > API/Plugins/DisplayClusterScenePreview > API/Plugins/DisplayClusterScenePreview/IDisplayClusterScenePreview
References
| Module | DisplayClusterScenePreview |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterScenePreview/Public/IDisplayClusterScenePreview.h |
| Include | #include "IDisplayClusterScenePreview.h" |
bool GetActorsInRendererScene
&40;
int32 RendererId,
bool bIncludeRoot,
TArray< AActor &42; > & OutActors
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| 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. |