UInterpTrackMoveAxis::CreateNewKey

Add a new key to the curve with the specified input.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMoveAxis.h

Include

#include "Matinee/InterpTrackMoveAxis.h"

Source

/Engine/Source/Runtime/Engine/Private/InterpolationCurveEd.cpp

Syntax

virtual int32 CreateNewKey
(
    float KeyIn
)

Remarks

Add a new key to the curve with the specified input. Its initial value is set using EvalSub at that location. Returns the index of the new key.

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