Navigation
BlueprintAPI > BlueprintAPI/DataLink
K2Node Data Link Request
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Data Link Instance | |
| object | Execution Context | |
| interface | Data Link Sink Provider |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | For execution that needs to happen immediately without waiting for a response. |
| exec | Output Data | Called when the execution received and processed data successfully |
| struct | Output | |
| exec | Data Link Failed | Called when the execution failed and no data will be received |