Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FInterpCurve
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/InterpCurve.h |
| Include | #include "Math/InterpCurve.h" |
int32 AddPoint
(
const float InVal,
const T & OutVal
)
Remarks
Adds a new keypoint to the InterpCurve with the supplied In and Out value.
FInterpCurve inline functions The index of the new key.
Parameters
| Name | Description |
|---|---|
| InVal | |
| OutVal |