Limen Framework 0.1 Help

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

Return Type

Signature

Description

void

StartupModule() override

Initializes the Limen Online module.

void

ShutdownModule() override

Cleans up resources used by the Limen Online module.

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