get_mass_config_traits
Retrieve all traits from a Mass Entity Config asset with expanded editable properties and current values, providing detailed per-trait information including index, name, class, and class path.
Instructions
Read all traits from a Mass Entity Config asset with their properties expanded.
Unlike get_data_asset_properties (which shows trait object paths), this tool expands each trait's editable properties with current values.
Args: asset_path: Path to MassEntityConfigAsset (e.g. "/Game/.../DA_ConveyorMassConfig_Mk1")
Returns per trait: index, name, class, class_path (for _ClassName), and all editable properties with current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |