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
{
UDisplayClusterConfigurationHostDisplayData * UE::DisplayClusterConfiguratorClusterUtils::GetHostDisplayDataForClusterNode
(
UDisplayClusterConfigurationClusterNode * ClusterNode
)
}
}
Remarks
Attempts to get the host display data for the host of a cluster node. The display data for the cluster node's host, or null if no display data was found.
Parameters
| Name | Description |
|---|---|
| ClusterNode | The cluster node whose host to get the display data for. |