delete_niagara_graph_node
Delete a node from a Niagara particle system graph by specifying its index or unique identifier. Ensures the asset is updated with an edit-copy.
Instructions
Delete a node from a Niagara graph (asset + edit-copy).
Provide node_index (ordinal) OR node_id (FGuid string from get_niagara_graph_nodes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | No | ||
| node_index | No | ||
| module_name | No | ||
| script_path | No | ||
| system_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |