Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Checks whether all components of this vector are the same, within a 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 the vectors are equal within tolerance limits, false otherwise. |