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 MovePoint
(
int32 PointIndex,
float NewInVal
)
Remarks
Moves a keypoint to a new In value.
This may change the index of the keypoint, so the new key index is returned.
Parameters
| Name | Description |
|---|---|
| PointIndex | |
| NewInVal |