BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Gets a normalized unit copy of the vector, ensuring it is safe to do so based on the length. Returns zero vector if vector length is too small to safely normalize.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | A | |
| real | Tolerance | Minimum squared vector length. |
Outputs
| Type | Name | Description |
|---|---|---|
| vector | Return Value | A normalized copy if safe, (0,0,0) otherwise. |