IDisplayClusterBlueprintAPI::SendClusterEventBinaryTo

Sends binary cluster event to a specific target (outside of the cluster).

Windows
MacOS
Linux

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Blueprints/IDisplayClusterBlueprintAPI.h

Include

#include "Blueprints/IDisplayClusterBlueprintAPI.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Meta=(DisplayName="Send binary event to a specific host"),
          Category="NDisplay|Cluster")
void SendClusterEventBinaryTo
(
    const FString & Address,
    const int32 Port,
    const FDisplayClusterClusterEventBinary & Event,
    bool bMasterOnly
)

Remarks

Sends binary cluster event to a specific target (outside of the cluster).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss