Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Cluster
Inheritance Hierarchy
- FDisplayClusterClusterEventBase
- FDisplayClusterClusterEventBinary
- FDisplayClusterClusterEventJson
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/DisplayClusterClusterEvent.h |
| Include | #include "Cluster/DisplayClusterClusterEvent.h" |
Syntax
USTRUCT (BlueprintType )
struct FDisplayClusterClusterEventBase
Remarks
Common cluster event data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsSystemEvent | Is nDisplay internal event (should never be true for end users) | |
| bool | bShouldDiscardOnRepeat | Should older events with the same Name/Type/Category (for JSON) or ID (for binary) be discarded if a new one received. |
Constructors
| Type | Name | Description | |
|---|---|---|---|