Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FTransactionManager
Description
Appends a change to the current transaction.
The transaction can consist of multiple changes, e.g.
- system 1 may move keys, and
- system 2 could coniditonally snap the keys to full frames after checking that the user has toggled auto-snapping
| Name | AppendChange |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/Modification/TransactionManager.h |
| Include Path | #include "Modification/TransactionManager.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/Modification/TransactionManager.cpp |
void AppendChange
(
TUniquePtr < FCurveEditorCommandChange > InChange
) const
Parameters
| Name | Remarks |
|---|---|
| InChange | The change to associate with the currently open transaction |