Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Modules > API/Runtime/Core/Modules/FModuleManager
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
| Include | #include "Modules/ModuleManager.h" |
TMulticastDelegateRegistration < void, bool)> & OnProcessLoadedObjectsCallback()
Remarks
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. The delegate.