Navigation
API > API/Plugins > API/Plugins/DisplayClusterScenePreview
Special flags that control the behavior of the renderer.
| Name | EDisplayClusterScenePreviewFlags |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterScenePreview/Public/DisplayClusterScenePreviewEnums.h |
| Include Path | #include "DisplayClusterScenePreviewEnums.h" |
Syntax
enum EDisplayClusterScenePreviewFlags
{
None = 0,
UseRootActorProxy = 1 << 0,
AutoUpdateStageActors = 1 << 1,
ProxyFollowSceneRootActor = 1 << 2,
ProxyTickPreviewRenderer = 1 << 3,
}
Values
| Name | Remarks |
|---|---|
| None | |
| UseRootActorProxy | Use DCRA proxy for rendering. |
| AutoUpdateStageActors | Automatically update the renderer with stage actors belonging to the RootActor in scene. |
| ProxyFollowSceneRootActor | Move the RootActorProxy to the same position as RootActor in the scene to match the position of the StageActors in world space. |
| ProxyTickPreviewRenderer | The proxy always calls the TickPreviewRenderer() function. |