Data Table Get Row As String
PureDataTableGetRowAsStringRetrieves a row from a data table by name with a built-in validity check.
Type: Pure (no side effects)
Category: Fortuna|Save/Load & Data
Keywords: save/load & data
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| DataTable | UDataTable* | — | DataTable parameter |
| RowName | FName | — | RowName parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| bFound | bool | bFound output |
Example Use Cases
Example 1
Look up item stats from a data table.
Example 2
Get enemy configuration from a spawner data table.