Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PasteKeys
(
UE::CurveEditor::FKeyPasteArgs InArgs |
Pastes keys. | CurveEditor.h | |
void PasteKeys
(
TSet< FCurveModelID > CurveModelIDs, |
Paste keys | CurveEditor.h |
PasteKeys(UE::CurveEditor::FKeyPasteArgs)
Description
Pastes keys.
| Name | PasteKeys |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditor.h |
| Include Path | #include "CurveEditor.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditor.cpp |
void PasteKeys
(
UE::CurveEditor::FKeyPasteArgs InArgs
)
Parameters
| Name | Remarks |
|---|---|
| CurveModelIds | Only the curve model IDs specified in this set. If empty, paste all in the clipboard. |
| Flags | Flags that modify the operation. |
PasteKeys(TSet< FCurveModelID >, const bool)
Description
Paste keys
| Name | PasteKeys |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditor.h |
| Include Path | #include "CurveEditor.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditor.cpp |
void PasteKeys
(
TSet< FCurveModelID > CurveModelIDs,
const bool bInOverwriteRange
)