add_get_forward_vector_node
Add a Get Actor Forward Vector node to a Blueprint to return the actor's normalized forward direction, enabling movement by multiplying with speed.
Instructions
Add a 'Get Actor Forward Vector' node.
Ch.14: Returns normalized forward direction vector of the actor. Multiply by speed to move in the actor's forward direction.
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_forward_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 |