Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterViewportConfigura-
Description
Gets a reference to the DCRA by type. If a DCRA with the specified type is not assigned, the default DCRA is used.
| Name | GetRootActor |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/IDisplayClusterViewportConfiguration.h |
| Include Path | #include "Render/Viewport/IDisplayClusterViewportConfiguration.h" |
ADisplayClusterRootActor * GetRootActor
(
const EDisplayClusterRootActorType InRootActorType
) const
Parameters
| Name | Remarks |
|---|---|
| InRootActorType | Type of the DCRA |