Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TVector4
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Vector4.h |
| Include | #include "Math/Vector4.h" |
bool Equals
(
const TVector4 < T > & V,
T Tolerance
) const
Remarks
Error tolerant comparison. true if the two vectors are equal within specified tolerance, otherwise false.
Parameters
| Name | Description |
|---|---|
| V | Vector to compare against. |
| Tolerance | Error Tolerance. |