Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterClusterManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SendClusterEventTo
(
const FString& Address, |
Sends JSON cluster event to a specific target (outside of the cluster). | Cluster/IDisplayClusterClusterManager.h | |
void SendClusterEventTo
(
const FString& Address, |
Sends binary cluster event to a specific target (outside of the cluster). | Cluster/IDisplayClusterClusterManager.h |
SendClusterEventTo(const FString &, const uint16, const FDisplayClusterClusterEventJson &, bool)
Description
Sends JSON cluster event to a specific target (outside of the cluster).
| Name | SendClusterEventTo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/IDisplayClusterClusterManager.h |
| Include Path | #include "Cluster/IDisplayClusterClusterManager.h" |
void SendClusterEventTo
(
const FString & Address,
const uint16 Port,
const FDisplayClusterClusterEventJson & Event,
bool bPrimaryOnly
)
SendClusterEventTo(const FString &, const uint16, const FDisplayClusterClusterEventBinary &, bool)
Description
Sends binary cluster event to a specific target (outside of the cluster).
| Name | SendClusterEventTo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/IDisplayClusterClusterManager.h |
| Include Path | #include "Cluster/IDisplayClusterClusterManager.h" |
void SendClusterEventTo
(
const FString & Address,
const uint16 Port,
const FDisplayClusterClusterEventBinary & Event,
bool bPrimaryOnly
)