Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Math/InterpCurve.h |
Include |
#include "Math/InterpCurve.h" |
int32 MovePoint
(
int32 PointIndex,
float NewInVal
)
Moves a keypoint to a new In value.
This may change the index of the keypoint, so the new key index is returned.
Parameter |
Description |
---|---|
PointIndex |
|
NewInVal |