UInterpTrackMove::DeleteKey

Remove the specified key from the curve. KeyIndex must be within range ie >=0 and < NumKeys.

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::DeleteKey()

UInterpTrackMove::DeleteKey()

References

Module

Engine

Header

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

Include

#include "Matinee/InterpTrackMove.h"

Source

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

Syntax

virtual void DeleteKey
(
    int32 KeyIndex
)

Remarks

Remove the specified key from the curve. KeyIndex must be within range ie >=0 and < NumKeys.

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