Navigation
API > API/Plugins > API/Plugins/DisplayCluster
Cluster event JSON.
| Name | FDisplayClusterClusterEventJson |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/DisplayClusterClusterEvent.h |
| Include Path | #include "Cluster/DisplayClusterClusterEvent.h" |
Syntax
USTRUCT (BlueprintType )
struct FDisplayClusterClusterEventJson : public FDisplayClusterClusterEventBase
Inheritance Hierarchy
- FDisplayClusterClusterEventBase → FDisplayClusterClusterEventJson
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FString | Event category(used for discarding outdated events) | Cluster/DisplayClusterClusterEvent.h |
|
| Name | FString | Event name(used for discarding outdated events) | Cluster/DisplayClusterClusterEvent.h |
|
| Parameters | TMap< FString, FString > | Event parameters | Cluster/DisplayClusterClusterEvent.h |
|
| Type | FString | Event type(used for discarding outdated events) | Cluster/DisplayClusterClusterEvent.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DeserializeFromString
(
const FString& Arch |
Cluster/DisplayClusterClusterEvent.h | ||
FString SerializeToString() |
Cluster/DisplayClusterClusterEvent.h | ||
FString ToString
(
bool bWithParams |
String based representation | Cluster/DisplayClusterClusterEvent.h |
Overridden from FDisplayClusterClusterEventBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
Serialization | Cluster/DisplayClusterClusterEvent.h |