Navigation
API > API/Editor > API/Editor/CurveEditor
Arguments for pasting keys in FCurveEditor.
| Name | FKeyPasteArgs |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Misc/KeyPasteArgs.h |
| Include Path | #include "Misc/KeyPasteArgs.h" |
Syntax
struct FKeyPasteArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveModelIds | TSet< FCurveModelID > | Only the curve model IDs specified in this set. If empty, paste all in the clipboard. | Misc/KeyPasteArgs.h | |
| Flags | ECurveEditorPasteFlags | Misc/KeyPasteArgs.h | ||
| Mode | ECurveEditorPasteMode | Misc/KeyPasteArgs.h | ||
| OverrideTransactionName | FText | The name of the transaction | Misc/KeyPasteArgs.h |