add_vector_subtract_node
Adds a Vector - Vector subtraction node to a Blueprint, computing element-wise difference such as destination minus start point to derive movement or offset vectors.
Instructions
Add a Vector - Vector subtraction node.
Ch.14: movement = destination - start_point. Subtracts element-wise.
Args: blueprint_name: Blueprint name node_position: Optional [X, Y] graph position
KB: see knowledge_base/26_CHAOS_PHYSICS_AND_DESTRUCTION.md#overview Example: add_vector_subtract_node(blueprint_name="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_position | No | ||
| blueprint_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |