Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Modules
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h |
| Include | #include "Modules/ModuleManager.h" |
Syntax
struct FModuleStatus
Remarks
Structure for reporting module statuses.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsGameModule | Whether this module contains game play code. | |
| bool | bIsLoaded | Whether the module is currently loaded or not. | |
| FString | FilePath | Full path to this module file on disk. | |
| FString | Name | Short name for this module. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |