get_niagara_schema_actions
Retrieve full graph context-menu actions for a Niagara scratch pad module, including display names, categories, tooltips, keywords, and template classes, with optional filter and max results.
Instructions
Return the full graph context-menu actions for a scratch pad module.
Wraps UEdGraphSchema_Niagara::GetGraphActions — the same call the editor uses to populate the right-click "add node" menu for a Niagara script graph. Each entry has display_name, category, tooltip, keywords, and template_class.
Args: system_path: Niagara System asset path module_name: Scratch pad module name (the actions are specific to its graph) filter: Optional substring applied to display_name/category/tooltip/keywords max_results: Cap on returned entries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| max_results | No | ||
| module_name | Yes | ||
| system_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |