Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Modules > API/Runtime/Core/Modules/FModuleManager
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, FName, EModuleChangeReason >
- FModuleManager::FModulesChangedEvent
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
Include | #include "Modules/ModuleManager.h" |
Syntax
class FModulesChangedEvent : public TBaseMulticastDelegate_TwoParams< void, FName, EModuleChangeReason >
Remarks
Gets an event delegate that is executed when the set of known modules changed, i.e. upon module load or unload.
The first parameter is the name of the module that changed. The second parameter is the reason for the change.