Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FInterpCurve
Description
Moves a keypoint to a new In value.
This may change the index of the keypoint, so the new key index is returned.
| Name | MovePoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InterpCurve.h |
| Include Path | #include "Math/InterpCurve.h" |
int32 MovePoint
(
int32 PointIndex,
float NewInVal
)
Parameters
| Name | Remarks |
|---|---|
| PointIndex | |
| NewInVal |