FInterpCurve::MovePoint

Moves a keypoint to a new In value.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/InterpCurve.h

Include

#include "Math/InterpCurve.h"

Syntax

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

Parameter

Description

PointIndex

NewInVal

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss