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 ContainsNaN() const
Remarks
Utility to check if there are any non-finite values (NaN or Inf) in this vector. true if there are any non-finite values in this vector, false otherwise.