Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector.h |
| Include | #include "Math/Vector.h" |
bool AllComponentsEqual
&40;
T Tolerance
&41; const
Remarks
Checks whether all components of this vector are the same, within a tolerance. true if the vectors are equal within tolerance limits, false otherwise.
Parameters
| Name | Description |
|---|---|
| Tolerance | Error tolerance. |