Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FTransactionManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendCurveChange
(
FGenericCurveChangeData InChange, |
Appends a changes made to curves. | Modification/TransactionManager.h | |
void AppendCurveChange
(
UObject* InObject, |
Appends a changes made to curves. It is associated with the current transaction. | Modification/TransactionManager.h |
AppendCurveChange(FGenericCurveChangeData, const FText &)
Description
Appends a changes made to curves. It is associated with the current transaction. Use this version when there is no UObject the change can be associated with - otherwise use the UObject overload.
| Name | AppendCurveChange |
| 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 AppendCurveChange
(
FGenericCurveChangeData InChange,
const FText & InDescription
) const
AppendCurveChange(UObject *, FGenericCurveChangeData, const FText &)
Description
Appends a changes made to curves. It is associated with the current transaction.
| Name | AppendCurveChange |
| 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 AppendCurveChange
(
UObject * InObject,
FGenericCurveChangeData InChange,
const FText & InDescription
) const