Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h |
| Include | #include "Math/InterpCurvePoint.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
float ClampFloatTangent
(
float PrevPointVal,
float PrevTime,
float CurPointVal,
float CurTime,
float NextPointVal,
float NextTime
)
Remarks
Clamps a tangent formed by the specified control point values