Navigation
API > API/Runtime > API/Runtime/Core
To use FCommandChange you must implement Apply() and Revert()Revert() is called to "Undo" and Apply() is called to "Redo"
| Name | FCommandChange |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Change.h |
| Include Path | #include "Misc/Change.h" |
Syntax
class FCommandChange : public FChange
Inheritance Hierarchy
- FChange → FCommandChange