Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FModuleManager
Description
Gets a multicast delegate that is executed to trigger the removal of all UObjects belonging to a list of modules, when these modules are unloaded. This event only occurs with merged modules, when a merged library is being unmounted.
| Name | OnModulesUnloaded |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
| Include Path | #include "Modules/ModuleManager.h" |
TMulticastDelegateRegistration < void >)> & OnModulesUnloaded()
The delegate.