FLimenLevelsModule
Overview
The FLimenLevelsModule class is a module interface for managing the lifecycle of the LimenLevels module. It inherits from IModuleInterface and overrides the StartupModule and ShutdownModule functions to handle initialization and cleanup tasks respectively.
Properties
Type | Name | Access | Description |
|---|---|---|---|
UEnum | ELevelOpenContext | Public | Enumerates different contexts for opening levels: Local, Connect, Server. |
Functions
Return Type | Signature | Description |
|---|---|---|
void | StartupModule() override | Initializes the LimenLevels module. Currently empty. |
void | ShutdownModule() override | Cleans up resources used by the LimenLevels module. Currently empty. |
Usage & Implementation Notes
This module does not perform any specific initialization or cleanup tasks at this time, as indicated by the empty implementations of
StartupModuleandShutdownModule.