Navigation
BlueprintAPI > BlueprintAPI/NiagaraDataChannel
Call before each batch of writes to allocate the data we'll be writing to.
Target is Niagara Data Channel Writer
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| struct | Search Params | |
| integer | Count | |
| boolean | Visible to Game | |
| boolean | Visible to CPU | |
| boolean | Visible to GPU | |
| string | Debug Source |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | Call before each batch of writes to allocate the data we'll be writing to. |