Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDisplayClusterConfigurationClusterNode * | UE::DisplayClusterConfiguratorClusterUtils::AddClusterNodeToCluster
(
UDisplayClusterConfigurationClusterNode* ClusterNode, |
Adds a cluster node to a cluster, removing it from its current cluster if it belongs to one. | |
| UDisplayClusterConfigurationViewport * | UE::DisplayClusterConfiguratorClusterUtils::AddViewportToClusterNode
(
UDisplayClusterConfigurationViewport* Viewport, |
Adds a viewport to a cluster node, removing it from its current cluster node if it belongs to one. | |
| UDisplayClusterConfigurationHostDisplayData * | UE::DisplayClusterConfiguratorClusterUtils::FindOrCreateHostDisplayData
(
UDisplayClusterConfigurationCluster* Cluster, |
Attempts to find a preexisting display data object for the specified host, and if one can't be found, creates a new one. | |
| FString | Gets the address of a host using its host display data. | ||
| FString | Gets the name that the cluster node is stored under in its parent cluster. | ||
| UDisplayClusterConfigurationHostDisplayData * | Attempts to get the host display data for the host of a cluster node. | ||
| FString | UE::DisplayClusterConfiguratorClusterUtils::GetUniqueNameForClusterNode
(
FString InitialName, |
Gets a unique name for a cluster node owned by the specified cluster. | |
| FString | UE::DisplayClusterConfiguratorClusterUtils::GetUniqueNameForHost
(
FString InitialName, |
Gets a unique name for a host owned by the specified cluster. | |
| FString | UE::DisplayClusterConfiguratorClusterUtils::GetUniqueNameForViewport
(
FString InitialName, |
Gets a unique name for a viewport owned by the specified cluster node. | |
| FString | Gets the name that the viewport is stored under in its parent cluster node. | ||
| bool | Determines if a cluster node is the primary node in its cluster. | ||
| bool | Removes a cluster node from the cluster that owns it. | ||
| bool | Removes all cluster nodes and host display data from the cluster for the specified host. | ||
| bool | Removes all host display data objects from the cluster that aren't being used by any of the cluster nodes. | ||
| bool | Removes a viewport from the cluster node that owns it. | ||
| bool | UE::DisplayClusterConfiguratorClusterUtils::RenameClusterNode
(
UDisplayClusterConfigurationClusterNode* ClusterNode, |
Renames a cluster node, which involves changing the key that the cluster node is stored under in its parent cluster. | |
| bool | UE::DisplayClusterConfiguratorClusterUtils::RenameViewport
(
UDisplayClusterConfigurationViewport* Viewport, |
Renames a viewport, which involves changing the key that the viewport is stored under in its parent cluster node. | |
| bool | Sets the cluster node as the primary node. | ||
| void | UE::DisplayClusterConfiguratorClusterUtils::SortClusterNodesByHost
(
const TMap< FString, UDisplayClusterConfigurationClusterNode* >& InClusterNodes, |
Sorts a list of cluster nodes by their host. | |
| void | UE::DisplayClusterConfiguratorClusterUtils::SortClusterNodesByHost
(
const TMap< FString, TObjectPtr< UDisplayClusterConfigurationClusterNode > >& InClusterNodes, |
Sorts a list of cluster nodes by their host. |