add_get_unit_direction_vector_node
Add a Get Unit Direction Vector node to compute normalized direction from one point to another in a Blueprint, using normalize(To - From).
Instructions
Add a 'Get Unit Direction Vector' node - normalized direction from A to B.
Ch.14: Normalized (unit length) vector pointing from From to To. Equivalent to normalize(To - From).
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_get_unit_direction_vector_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 |