Appearance
// inherit from this class FEditorUndoClient
virtual void PostUndo(bool bSuccess) override; void PostRedo(bool bSuccess) override;
GEditor->RegisterForUndo(this);