Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FModuleManager
Description
Gets a multicast delegate that is executed right before a merged library is unmounted, after every object in linked modules has been destroyed. This event only occurs with merged modules, when a merged library is being unmounted.
| Name | OnLibraryUnmount |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
| Include Path | #include "Modules/ModuleManager.h" |
TTSMulticastDelegateRegistration< void()> & OnLibraryUnmount()
The delegate.