Create Data Table
Create a Data Table from a row struct. The row struct is FIXED at creation and every row is that struct; there is no per-row type and changing it later reconciles every row.
hf_create_data_tableWriteArguments
| Name | Type | Description |
|---|---|---|
destinationreq | string | Where to create it, /Game/Folder/DT_Name. |
row_structreq | string | Struct asset path, or a native struct name. |
force | boolean = false | Edit even when the asset cannot currently be saved - for example when revision control is configured but disconnected. The change will be made in memory and WILL BE LOST unless the underlying problem is fixed before saving. Only pass this if you intend to discard the work or fix the connection first. |
Related tools
Nearby in Data assets:
- Add Enum Entry
- Add Struct Member
- Audit Data Tables
- Create Curve
- Create Enum
- Create Struct
- Describe Curve
- Describe Curve Table
All 25 tools in Data assets — 16 more not listed here.