Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MathConst.h |
| Include | #include "Math/MathConst.h" |
namespace UE
{
namespace CADKernel
{
template<typename ValueType>
bool UE::CADKernel::IsWithinExclusive
(
const ValueType & TestValue,
const ValueType & MinValue,
const ValueType & MaxValue
)
}
}
Remarks
Checks if value is within a range, exclusive on MinValue and MaxValue)