chooser_add_asset_row
Add a hard asset result row to a Chooser table by providing chooser and asset paths, with optional enable and save flags.
Instructions
Add a hard asset result row to a Chooser table.
Args: chooser: Chooser table asset path. asset: Asset path to use as the row result. enabled: Whether the row is enabled. save: Save the Chooser table after mutation.
Returns: Structured JSON with the added asset, row index, and updated row list.
KB: see knowledge_base/24_MOTION_MATCHING_AND_CHOOSERS.md#mcp-motion-matching-and-chooser-tools Example: chooser_add_asset_row(chooser="/Game/Animation/Choosers/CH_Locomotion", asset="/Game/Characters/Hero/Animations/A_Run")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | ||
| asset | Yes | ||
| chooser | Yes | ||
| enabled | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |