Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel
Description
Starts a scope of related changes. This is used by the new undo system to avoid Modify call on the FCurveModel::GetOwningObject().
Every call must be matched by CloseChangeScope. It's ok to call this multiple times after the scope has been started already.
| Name | OpenChangeScope |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include Path | #include "CurveModel.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveModel.cpp |
void OpenChangeScope()
See Also
-
which is called when the scope is initially started.