get_data_table_row
Retrieve a specific row from a Data Table in Unreal Engine using its row name. Provide the table path and row name to get the data.
Instructions
Get a single row from a Data Table by its row name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_name | Yes | ||
| data_table_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |