When make modifications to actors in level editor, FEditorDelegates are called.
Delegates like cut, copy, paste, duplicate is called as disire.
but the delete delegate (FEditorDelegates::OnDeleteActorsBegin and FEditorDelegates::OnDeleteActorsEnd) is not called.