Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Blueprints
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UDisplayClusterBlueprintLib
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Blueprints/DisplayClusterBlueprintLib.h |
| Include | #include "Blueprints/DisplayClusterBlueprintLib.h" |
Syntax
UCLASS ()
class UDisplayClusterBlueprintLib : public UBlueprintFunctionLibrary
Remarks
Blueprint API function library
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds cluster event listener. | ||
| ADisplayClusterLightCardActor * | CreateLightCard
(
ADisplayClusterRootActor* RootActor |
Create a new light card parented to the given nDisplay root actor. | |
| void | DuplicateLightCards
(
TArray< ADisplayClusterLightCardActor* > OriginalLightcards, |
Create duplicates of a list of existing light cards. | |
| void | EmitClusterEventBinary
(
const FDisplayClusterClusterEventBinary& Event, |
Emits binary cluster event. | |
| void | EmitClusterEventJson
(
const FDisplayClusterClusterEventJson& Event, |
Emits JSON cluster event. | |
| void | FindChromakeyCardsForRootActor
(
const ADisplayClusterRootActor* RootActor, |
Gets a list of all chromakey card actors on the level linked to the specified root actor. | |
| void | FindLightCardsForRootActor
(
const ADisplayClusterRootActor* RootActor, |
Gets a list of all light card actors on the level linked to the specified root actor. | |
| void | GetActiveNodeIds
(
TArray< FString >& OutNodeIds |
Returns List of the active nodes in the runtime cluster node in a cluster. | |
| int32 | Returns amount of active nodes in a cluster. | ||
| void | GetAPI
(
TScriptInterface< IDisplayClusterBlueprintAPI >& OutAPI |
[DEPRECATED] Return Display Cluster API interface. | |
| EDisplayClusterNodeRole | Returns the role of the current cluster node. | ||
| FString | GetNodeId () |
Returns Id of the current node in a cluster. | |
| EDisplayClusterOperationMode | Returns current operation mode. | ||
| ADisplayClusterRootActor * | GetRootActor () |
Returns currently active root actor. | |
| bool | IsBackup () |
Returns true if current node is a backup node in a cluster. | |
| bool | IsPrimary () |
Returns true if current node is a primary node in a cluster. | |
| bool | IsSecondary () |
Returns true if current node is a secondary node in a cluster. | |
| void | Removes cluster event listener. | ||
| void | SendClusterEventBinaryTo
(
const FString& Address, |
Sends binary cluster event to a specific target (may be outside of the cluster). | |
| void | SendClusterEventJsonTo
(
const FString& Address, |
Sends JSON cluster event to a specific target (may be outside of the cluster). |