Navigation
Unreal Engine C++ API Reference > Runtime > Core > Modules
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
Include | #include "Modules/ModuleManager.h" |
Syntax
template<class ModuleClass>
class FStaticallyLinkedModuleRegistrant
Remarks
Utility class for registering modules that are statically linked.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FStaticallyLinkedModuleRegistrant
(
FLazyName InModuleName |
Explicit constructor that registers a statically linked module |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
IModuleInterface * | Creates and initializes this statically linked module. |