Navigation
API > API/Runtime > API/Runtime/Projects > API/Runtime/Projects/IPluginManager
Callback for when modules for when LoadModulesForEnabledPlugins() completes loading for a specific phase.
| Name | FLoadingModulesForPhaseEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/Projects/Public/Interfaces/IPluginManager.h |
| Include Path | #include "Interfaces/IPluginManager.h" |
Syntax
class FLoadingModulesForPhaseEvent : public TBaseMulticastDelegate_TwoParams< void, ELoadingPhase::Type, bool >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, ELoadingPhase::Type, bool > → IPluginManager::FLoadingModulesForPhaseEvent