Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Normalize this vector in-place if it is large enough or set it to (0,0,0) otherwise.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| vector | A | |
| real | Tolerance | Minimum squared length of vector for normalization. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |