Shutdown Script Management
calling Python functions on Editor Shutdown
Editor Shutdown is less involved than Editor Startup, we just need a function to connect to the callback is all:
While the implementation is simple, the Editor state is incredibly limited when our hook gets called, it's best to assume that any Editor Utility Widgets and general Editor Tools have already been closed by Unreal by the time our function gets called
Last updated