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 SetRendererRootActorPath
&40;
int32 RendererId,
const FString & ActorPath,
bool bAutoUpdateLightcards
&41;
Remarks
Set the path of the ADisplayClusterRootActor actor for a renderer, which will be added to the preview scene and used to determine the render world. Whenever a render is performed with this renderer, it will try to find the actor at that path and use it as the root.
Parameters
| Name | Description |
|---|---|
| RendererId | The ID of the renderer as returned from CreateRenderer. |
| ActorPath | The path of the ADisplayClusterRootActor actor to preview. |
| bAutoUpdateLightcards | If true, the renderer scene will also be automatically populated with the actor's associated lightcards, including future changes to them. |