FLimenGameMapModule
Overview
The FLimenGameMapModule class is a module interface for managing the startup and shutdown of the Limen Game Map functionality. It inherits from IModuleInterface and overrides the StartupModule and ShutdownModule functions to handle initialization and cleanup tasks specific to the game map module.
Properties
Type | Name | Access | Description |
|---|
Functions
Usage & Implementation Notes
This module does not require any special threading constraints or replication.
Memory lifetime management is handled internally within the
StartupModuleandShutdownModulefunctions.No initialization dependencies are required for this module.
22 May 2026