Navigation
BlueprintAPI > BlueprintAPI/NiagaraDataChannel
Initializes and returns the Niagara Data Channel writer to write N elements to the given data channel.
Target is Niagara Data Channel Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Channel | The channel to write to |
| struct | Access Context | Context allowing passing of NDC type specific information between the caller and internal Data Channel that can control internal routing and help feedback information to the caller. |
| integer | Count | The number of elements to write |
| boolean | Visible To Blueprint | |
| boolean | Visible To Niagara CPU | |
| boolean | Visible To Niagara GPU | |
| string | Debug Source | Instigator for this write, used in the debug hud to track writes to the data channel from different sources |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value |