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
{
bool UE::DisplayClusterConfiguratorClusterUtils::RenameClusterNode
(
UDisplayClusterConfigurationClusterNode * ClusterNode,
FString NewClusterNodeName
)
}
}
Remarks
Renames a cluster node, which involves changing the key that the cluster node is stored under in its parent cluster. true if the cluster node was successfully renamed
Parameters
| Name | Description |
|---|---|
| ClusterNode | The cluster node to rename |
| NewClusterNodeName | The desired name to change to. The final name will be a unique-ified version of this name. |