Navigation
Unreal Engine C++ API Reference > Runtime > Core > Modules > FModuleManager > FModuleInfo
Syntax
TUniquePtr< IModuleInterface > Module
Remarks
The module object for this module. We actually own this module, so it's lifetime is controlled by the scope of this shared pointer.