Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FModuleManager
Description
Gets a multicast delegate that is executed when any UObjects need processing after a module was loaded. Do not use this delegate if you wish to monitor the registration of UObjects for a module. Use either CompiledInUObjectsRegisteredDelegate in CoreUObject to reliably receive notifications after UObjects have been registered.
| Name | OnProcessLoadedObjectsCallback |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
| Include Path | #include "Modules/ModuleManager.h" |
TMulticastDelegateRegistration < void, bool)> & OnProcessLoadedObjectsCallback()
The delegate.