Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TGuardedInt
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TGuardedInt () |
Construct a TGuardedInt with an invalid value. | Math/GuardedInt.h | |
TGuardedInt
(
ValueType InValue |
Construct a TGuardedInt from a regular signed integer value. | Math/GuardedInt.h | |
TGuardedInt
(
const TGuardedInt& Other |
Copy-construct a TGuardedInt from another of matching type. | Math/GuardedInt.h |
TGuardedInt()
Description
Construct a TGuardedInt with an invalid value.
| Name | TGuardedInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include Path | #include "Math/GuardedInt.h" |
TGuardedInt()
TGuardedInt(ValueType)
Description
Construct a TGuardedInt from a regular signed integer value. If it's out of range, it results in an invalid value.
| Name | TGuardedInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include Path | #include "Math/GuardedInt.h" |
template<UE::CIntegral ValueType>
TGuardedInt
(
ValueType InValue
)
TGuardedInt(const TGuardedInt &)
Description
Copy-construct a TGuardedInt from another of matching type.
| Name | TGuardedInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/GuardedInt.h |
| Include Path | #include "Math/GuardedInt.h" |
TGuardedInt
(
const TGuardedInt & Other
)