Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Cluster
Inheritance Hierarchy
- FDisplayClusterClusterEventBase
- FDisplayClusterClusterEventJson
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/DisplayClusterClusterEvent.h |
| Include | #include "Cluster/DisplayClusterClusterEvent.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FDisplayClusterClusterEventJson : public FDisplayClusterClusterEventBase
Remarks
Cluster event JSON.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Category | Event category (used for discarding outdated events) | |
| FString | Name | Event name (used for discarding outdated events) | |
| TMap< FString, FString > | Parameters | Event parameters. | |
| FString | Type | Event type (used for discarding outdated events) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DeserializeFromString
(
const FString& Arch |
||
| FString |