Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TGuardedSignedInt
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include | #include "Math/GuardedInt.h" |
bool ComparisonValid
&40;
const TGuardedSignedInt Other
&41; 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.