list_input_actions
List Unreal Engine input action assets with filtering by name and path. Retrieve value type, trigger count, and modifier count for each asset.
Instructions
List all UInputAction assets, optionally filtered by name and path.
Returns name, path, value_type, trigger_count, modifier_count for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | /Game | |
| filter | No | ||
| recursive | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |