| bIsReady |
TAtomic< bool > |
True if this module is full loaded and ready to be used |
Modules/ModuleManager.h |
|
| bWasUnloadedAtShutdown |
bool |
True if this module was unloaded at shutdown time, and we never want it to be loaded again |
Modules/ModuleManager.h |
|
| Filename |
FString |
File name of this module (.dll file name) |
Modules/ModuleManager.h |
|
| Handle |
void * |
Handle to this module (DLL handle), if it's currently loaded |
Modules/ModuleManager.h |
|
| LoadOrder |
int32 |
Arbitrary number that encodes the load order of this module, so we can shut them down in reverse order. |
Modules/ModuleManager.h |
|
| Module |
TUniquePtr< IModuleInterface > |
The module object for this module. |
Modules/ModuleManager.h |
|
| OriginalFilename |
FString |
The original file name of the module, without any suffixes added |
Modules/ModuleManager.h |
|