get_niagara_node_info
Retrieve detailed information about a specific Niagara node, including pin layout, connections, and type-specific data, by providing its index, class, or ID.
Instructions
Deep inspect a single Niagara node: full pin layout, connections, type-specific detail.
Provide exactly one of node_index / node_class / node_id.
Args: system_path + module_name: Resolve scratch pad module (one option) script_path: Resolve standalone script asset (alternative) node_index: Ordinal index into Graph->Nodes (stable per session) node_class: Short ("MapGet") or full ("NiagaraNodeParameterMapGet") node_id: FGuid string matching UEdGraphNode::NodeGuid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | ||
| node_class | No | ||
| node_index | No | ||
| module_name | No | ||
| script_path | No | ||
| system_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |