Navigation
API > API/Plugins > API/Plugins/DisplayClusterConfigurator > API/Plugins/DisplayClusterConfigurator/ClusterConfiguration
References
| Module | DisplayClusterConfigurator |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Public/ClusterConfiguration/DisplayClusterConfiguratorClusterUtils.h |
| Include | #include "ClusterConfiguration/DisplayClusterConfiguratorClusterUtils.h" |
| Source | /Engine/Plugins/Runtime/nDisplay/Source/DisplayClusterConfigurator/Private/ClusterConfiguration/DisplayClusterConfiguratorClusterUtils.cpp |
namespace UE
{
namespace DisplayClusterConfiguratorClusterUtils
{
UDisplayClusterConfigurationClusterNode * UE::DisplayClusterConfiguratorClusterUtils::AddClusterNodeToCluster
(
UDisplayClusterConfigurationClusterNode * ClusterNode,
UDisplayClusterConfigurationCluster * Cluster,
FString NewClusterNodeName
)
}
}
Remarks
Adds a cluster node to a cluster, removing it from its current cluster if it belongs to one. An updated pointer to the cluster node added to the cluster.
Parameters
| Name | Description |
|---|---|
| ClusterNode | The cluster node to add |
| Cluster | The cluster to add the cluster node to |
| NewClusterNodeName | Optional name to add the new cluster node under in the cluster. If not supplied, the cluster node's current name is used, if possible. |