Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Checks whether vector is near to zero within a specified tolerance.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | A | |
| real | Tolerance | Error tolerance. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | true if vector is in tolerance to zero, otherwise false. |