Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FModuleManager
Description
Queries information about all of the currently known modules.
| Name | QueryModules |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
| Include Path | #include "Modules/ModuleManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/Modules/ModuleManager.cpp |
void QueryModules
(
TArray < FModuleStatus > & OutModuleStatuses
) const
Parameters
| Name | Remarks |
|---|---|
| OutModuleStatuses | Status of all modules. Note that the array will be cleared before the results are added to it. |