Navigation
BlueprintAPI > BlueprintAPI/PerformanceCapture > BlueprintAPI/PerformanceCapture/Database
Insert a given new row in to the datatable, above or below the selected row.
Target is PCap Data Table
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| name | Selected Row | The row to insert at. |
| name | New Row | The unique name for the new row. |
| boolean | Above | Insert Above or Below the SelectedRow. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | bool Whether inserting new row was successful. |