Navigation
API > API/Editor > API/Editor/CurveEditor
Defines the merging behaviour of the paste operation.
| Name | UE::CurveEditor::ECurveEditorPasteMode |
| Type | enum |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/KeyPasteArgs.h |
| Include Path | #include "Misc/KeyPasteArgs.h" |
Syntax
namespace UE
{
namespace CurveEditor
{
enum ECurveEditorPasteMode
{
OverwriteRange,
Merge,
}
}
}
Values
| Name | Remarks |
|---|---|
| OverwriteRange | Pastes the keys from the clipboard overwriting any key in destination track between the first and last pasted keys |
| Merge | Existing keys are mostly retained. |