BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Find the unit direction vector from one position to another or (0,0,0) if positions are the same.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector | From | |
vector | To |
Outputs
Type | Name | Description |
---|---|---|
vector | Return Value | Find the unit direction vector from one position to another or (0,0,0) if positions are the same. |