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" |
bool ComparisonValid
(
const TGuardedInt Other
) const
Remarks
There are intentionally no overloads for the ordered comparison operators, because we have to decide what to do about validity as well. Instead, do this. true if *this and Other are both valid so they can be compared.