Files
UnrealEngineUWP/Engine/Source/Editor/TranslationEditor
justin hare f75e38db4b Fixing instances where several FAssetEditorToolkit-derived editors treat a close request as a close command, prematurely cleaning up in anticipation of closure. This can leave an editor in a dysfunctional state if other code checks whether the editor *could* be closed without actually closing it.
For context, other editors commonly use OnRequestClose as an opportunity to see if their data has changed, and pop up a message box asking the user if they want to save or cancel the closure. Actual cleanup is performed in OnClose() or as part of their destructor.

#jira none
#rb alejandro.arango tom.tillotson patrick.hardy
#preflight 60b0079c072a1d00012bc01e

[CL 16495334 by justin hare in ue5-main branch]
2021-05-27 21:17:19 -04:00
..