Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Display Cluster Cluster Event Binary' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Display Cluster Cluster Event Binary |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Event Id | Event ID(used for discarding outdated events) |
| byte | Event Data | Binary event data |
| boolean | Is Sytem Event. ' True' Is Reserved For N Display Internals. | Is nDisplay internal event(should never be true for end users) |
| boolean | Should Discard On Repeat | Should older events with the same Name / Type / Category(for JSON) or ID(for binary) be discarded if a new one received |