Set Data Table Value
Set one field on one data table row, then verify it by reading it back. Use hf_describe_data_table first to get exact column names.
hf_set_data_table_valueWriteArguments
| Name | Type | Description |
|---|---|---|
columnreq | string | Property name on the row struct. |
row_namereq | string | |
tablereq | string | |
valuereq | string | Value in Unreal text form, the same format hf_get_data_table_rows returns. |
force | boolean = false |
Related tools
Nearby in Data tables: