generate_data_table
Generate a USTRUCT code definition for Unreal Engine DataTable rows, using a struct name and property list.
Instructions
Generate a USTRUCT for use as a DataTable row structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Module name. Default: 'YourProject' | |
| properties | Yes | Properties for the data table row | |
| structName | Yes | Name of the struct (e.g., 'FMyTableRow') |