Navigation
BlueprintAPI > BlueprintAPI/NiagaraDataChannel
LEGACY FUNCTION: Please use non-legacy version. Reads a single entry from the given data channel, if possible.
Target is Niagara Data Channel Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Channel | The channel to read from |
| integer | Index | The data index to read from |
| struct | Search Params | Parameters used when retrieving a specific set of Data Channel Data to read or write like the islands data channel type. |
| boolean | Read Previous Frame | True if this reader will read the previous frame's data. If false, we read the current frame. Reading the current frame allows for zero latency reads, but any data elements that are generated after this reader is used are missed. Reading the previous frame's data introduces a frame of latency but ensures we never miss any data as we have access to the whole frame. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Success | |
| exec | Failure |