FRichCurveEditorModel::RemoveKeys

Remove all the keys with the specified key handles from this curve

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FCurveModel::RemoveKeys()

FRichCurveEditorModel::RemoveKeys()

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h

Include

#include "RichCurveEditorModel.h"

Source

/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp

Syntax

virtual void RemoveKeys
(
    TArrayView< const FKeyHandle > InKeys
)

Remarks

Remove all the keys with the specified key handles from this curve

Parameters

Parameter

Description

InKeys

Array of key handles to be removed from this curve