Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FStaticallyLinkedModuleRegistran-
Description
Creates and initializes this statically linked module.
The module manager calls this function through the delegate that was created in the
| Name | InitializeModule |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
| Include Path | #include "Modules/ModuleManager.h" |
static IModuleInterface * InitializeModule()
A pointer to a new instance of the module.
See Also
- FStaticallyLinkedModuleRegistrant constructor.