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