Skip to content
Jigwright
HullForge docs

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_valueWrite

Arguments

NameTypeDescription
columnreqstringProperty name on the row struct.
row_namereqstring
tablereqstring
valuereqstringValue in Unreal text form, the same format hf_get_data_table_rows returns.
forceboolean
= false

Nearby in Data tables: