Inherits IUndoObject.
Public Member Functions | |
| CUndoControlModified (CID id) | |
Protected Member Functions | |
| int | GetSize () override |
| void | SwapData () |
| void | Undo (bool bUndo) override |
| void | Redo () override |
Protected Attributes | |
| CID | m_id |
| AZStd::string | m_name |
| AZStd::string | m_scope |
| bool | m_isAutoLoad |
| AZStd::vector< TConnectionPtr > | m_connectedControls |