add_normalize_vector_node
Normalize a vector in a Blueprint to ensure length equals 1, preserving direction. Add the node to isolate magnitude and enable consistent speed-based movement.
Instructions
Add a 'Normalize' vector node - returns a unit vector (length = 1).
Ch.14: Normalization gives direction without magnitude. Used before multiplying by speed to get direction-based movement.
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_normalize_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 |