Clamps a number to be between two other numbers, inclusively.
- Mnemonic
clamp
- Implementations
- Member FBigInteger::Clamp (const FBigInteger &value, const FBigInteger &min, const FBigInteger &max)
Flavor:Static BI ← clamp BI BI BI
- Member FBigInteger::Clamp (const FBigInteger &min, const FBigInteger &max) const
Flavor:Instance BI ← clamp BI BI BI
- Member FBigInteger::ClampIn (const FBigInteger &min, const FBigInteger &max)
Flavor:Mutating 0 ← clamp BI BI BI
- Member FBigInteger::CountPrecisionBits () const
Flavor:Instance I4 ← clamp BI
- Member UBigIntegerLibrary::Clamp_BigInteger (const FBigInteger &Value, const FBigInteger &Min, const FBigInteger &Max)
Flavor:Blueprint BI ← clamp BI BI BI