![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Core/Types.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::CADKernel |
Functions | |
| UE::CADKernel::UE_DEPRECATED (5.6, "Use FMath::GetMinMax instead.") | |
| template<typename ValueType > | |
| const void | UE::CADKernel::GetMinMax (const ValueType &ValueA, const ValueType &ValueB, ValueType &OutMin, ValueType &OutMax) |
| template<typename ValueType > | |
| const void | UE::CADKernel::GetMinMax (ValueType &Min, ValueType &Max) |
| template<typename ValueType > | |
| bool | UE::CADKernel::IsWithinExclusive (const ValueType &TestValue, const ValueType &MinValue, const ValueType &MaxValue) |
| int32 | UE::CADKernel::RealCompare (const double Value1, const double Value2, const double Tolerance=DOUBLE_SMALL_NUMBER) |
| template<class T > | |
| uint8 | UE::CADKernel::ToUInt8 (T Value) |
| double | UE::CADKernel::WrapTo (double Slope, const double StartOfPeriod, const double EndOfPeriod, const double PeriodLength) |