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" |
const SignedType GetChecked
&40;
const SignedType DefaultValue
&41; const
Returns the value if valid, DefaultValue otherwise, but also check()s that the value is valid. Intended for cases where the value is not expected to be invalid.