remove_graph_node
Remove a specific node from an Unreal Engine Blueprint graph by supplying the Blueprint asset path and node ID. Requires the optional C++ plugin.
Instructions
Remove a node from a Blueprint graph. Requires the optional C++ plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID to remove | |
| blueprint_path | Yes | Blueprint asset path |