Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Modules > API/Runtime/Core/Modules/FModuleManager
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
Include | #include "Modules/ModuleManager.h" |
void RegisterStaticallyLinkedModule
&40;
const FLazyName InModuleName,
const FInitializeStaticallyLinkedModule & InInitializerDelegate
&41;
Remarks
Registers an initializer for a module that is statically linked.
Parameters
Name | Description |
---|---|
InModuleName | The name of this module. |
InInitializerDelegate | The delegate that will be called to initialize an instance of this module. |