Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/CurveFindIntervalBounds
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include | #include "Math/InterpCurvePoint.h" |
template<class U>
void CurveFindIntervalBounds
(
const FInterpCurvePoint < FVector2D > & Start,
const FInterpCurvePoint < FVector2D > & End,
FVector2D & CurrentMin,
FVector2D & CurrentMax,
const U & Dummy
)