FLimenOnlineManagerModule
Overview
The FLimenOnlineManagerModule class is a module interface for managing the lifecycle of the Limen Online module in Unreal Engine. It overrides the StartupModule and ShutdownModule functions to handle the initialization and cleanup processes, respectively.
Properties
Type | Name | Access | Description |
|---|---|---|---|
None | None | None | None |
Functions
Usage & Implementation Notes
This module does not require any special threading constraints or replication.
No memory lifetime management is necessary as it is a simple lifecycle manager.
There are no initialization dependencies other than the standard Unreal Engine module system.
22 May 2026