Navigation
BlueprintAPI > BlueprintAPI/NiagaraDataChannel
LEGACY FUNCTION: Please use non-legacy version. Subscribes to a single data channel and calls a delegate every times new data is written to the data channel.
Target is Niagara Data Channel Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Channel | The channel to subscribe to for updates |
| struct | Search Params | Parameters used when retrieving a specific set of Data Channel Data to read - only used by some types of data channels, like the island types. |
| delegate | Update Delegate | The delegate to be called when new data is available in the data channel. Can be called multiple times per tick. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| integer | Unsubscribe Token | This token can be used to unsubscribe from the data channel. |