23 FMath::GetMinMax(
Min,
Max);
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DOUBLE_SMALL_NUMBER
Definition UnrealMathUtility.h:72
#define DOUBLE_BIG_NUMBER
Definition UnrealMathUtility.h:74
Definition CADEntity.cpp:23
uint8 ToUInt8(T Value)
Definition MathConst.h:53
bool IsWithinExclusive(const ValueType &TestValue, const ValueType &MinValue, const ValueType &MaxValue)
Definition MathConst.h:27
int32 RealCompare(const double Value1, const double Value2, const double Tolerance=DOUBLE_SMALL_NUMBER)
Definition MathConst.h:32
double WrapTo(double Slope, const double StartOfPeriod, const double EndOfPeriod, const double PeriodLength)
Definition MathConst.h:65
const void GetMinMax(const ValueType &ValueA, const ValueType &ValueB, ValueType &OutMin, ValueType &OutMax)
Definition MathConst.h:12
static constexpr UE_FORCEINLINE_HINT T Clamp(const T X, const T MinValue, const T MaxValue)
Definition UnrealMathUtility.h:592