Inherits UiAnimUndoObject.
|
| CUndoAnimNodeRename (CUiAnimViewAnimNode *pNode, const AZStd::string &oldName) |
|
virtual void | Release () |
| Called to delete undo object.
|
|
virtual const char * | GetObjectName () |
|
virtual bool | IsChanged ([[maybe_unused]] unsigned int &compareValue) const |
|
|
virtual int | GetSize () override |
| Return size of this Undo object.
|
|
virtual const char * | GetDescription () override |
| Return description of this Undo object.
|
|
virtual void | Undo (bool bUndo) override |
|
virtual void | Redo () override |
| Redo undone changes on object.
|
|
◆ Undo()
virtual void CUndoAnimNodeRename::Undo |
( |
bool |
bUndo | ) |
|
|
overrideprotectedvirtual |
Undo this object.
- Parameters
-
bUndo | If true this operation called in response to Undo operation. |
Implements UiAnimUndoObject.
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Editor/Animation/UiAnimViewUndo.h