Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FModuleManager
Description
Will load the binary without doing initialization. Calling this will not make it possible to unload the module again
| Name | LoadModuleBinaryOnly |
| 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 LoadModuleBinaryOnly
(
FName ModuleName
)