Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UEditorEngine
Description
Checks the state of the selected actors and notifies the user of any potentially unknown destructive actions which may occur as the result of deleting the selected actors. In some cases, displays a prompt to the user to allow the user to choose whether to abort the deletion.
Derived Overrides
| Name | ShouldAbortActorDeletion |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h |
| Include Path | #include "Editor/EditorEngine.h" |
virtual bool ShouldAbortActorDeletion() const
false to allow the selected actors to be deleted, true if the selected actors should not be deleted.