Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Render > API/Plugins/DisplayCluster/Render/Viewport
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Render/Viewport/IDisplayClusterViewportConfiguration.h |
| Include | #include "Render/Viewport/IDisplayClusterViewportConfiguration.h" |
Syntax
class IDisplayClusterViewportConfiguration
Remarks
Viewport manager configuration.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Return current cluster node id. | ||
| const UDisplayClusterConfigurationData * | Gets a configuration data from the Configuration RootActor | ||
| const FDisplayClusterConfigurationRenderFrame * | Gets a configuration render settings from the Configuration RootActor | ||
| UWorld * | Gets a reference to the current world being rendered in DCRA | ||
| const FDisplayClusterViewport_PreviewSettings & | Gets the current preview settings. | ||
| const IDisplayClusterViewportConfigurationProxy & | GetProxy () |
Return the configuration proxy object. | |
| EDisplayClusterRenderFrameMode | Returns the rendering mode for PIE. | ||
| ADisplayClusterRootActor * | GetRootActor
(
const EDisplayClusterRootActorType InRootActorType |
Gets a reference to the DCRA by type. | |
| const FDisplayClusterConfigurationICVFX_StageSettings * | Gets a configuration stage settings from the Configuration RootActor | ||
| IDisplayClusterViewportManager * | Return the viewport manager that used by this configuration. | ||
| const float | Return current value for WorldToMeters. | ||
| bool | IsCurrentWorldHasAnyType
(
const EWorldType::Type InWorldType1, |
Returns true if the current world type is equal to one of the input types. | |
| bool | Returns true if the DCRA preview feature in Standalone/Package builds is used. | ||
| bool | Returns true if preview rendering mode is used. | ||
| bool | IsRootActorWorldHasAnyType
(
const EDisplayClusterRootActorType InRootActorType, |
Returns true if the given DCRA has a world type equal to one of the input types. | |
| bool | Returns true if the scene is open now (The current world is assigned and DCRA has already initialized for it). | ||
| bool | Returns true, if Techvis is used. | ||
| void | Release the current configuration and free resources. | ||
| void | SetPreviewSettings
(
const FDisplayClusterViewport_PreviewSettings& InPreviewSettings |
Assign new preview settings for rendering previews. | |
| void | SetRootActor
(
const EDisplayClusterRootActorType InRootActorType, |
Sets a reference to the DCRA's | |
| bool | UpdateConfigurationForClusterNode
(
EDisplayClusterRenderFrameMode InRenderMode, |
Update\Create\Delete local node viewports Updating the configuration to render a ClusterNode in the specified mode | |
| bool | UpdateConfigurationForViewportsList
(
EDisplayClusterRenderFrameMode InRenderMode, |
Update\Create\Delete local node viewports Updating the configuration to render a list of viewports in a given mode |