Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TGuardedInt
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include | #include "Math/GuardedInt.h" |
template<typename ValueType>
bool InvalidOrLessOrEqual
(
const ValueType Other
) const
true if either of *this or Other are invalid or *this is less than or equal to Other.