Navigation
BlueprintAPI > BlueprintAPI/DataTable
Get the raw property name of a data table column from its friendly export name.
Target is Data Table Function Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Table | |
| string | Column Export Name |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| name | Out Column Name | |
| boolean | Return Value | True if a column was found for the friendly name, false otherwise. |