Limen Framework 0.1 Help

FLimenOnlineChatModule

Overview

This class implements the IModuleInterface to handle the initialization and shutdown of the Limen Online Chat module. It is responsible for setting up any necessary resources or services when the module starts and cleaning them up when the module shuts down.

Properties

Type

Name

Access

Description

ALimenChatHandler*

Handler

Protected

Pointer to the chat handler that manages chat messages.

Functions

Return Type

Signature

Description

void

StartupModule()

Initializes the module, preparing it for use.

void

ShutdownModule()

Cleans up resources and shuts down the module.

Usage & Implementation Notes

  • This module does not require any special threading constraints or replication.

  • Memory lifetime management is handled internally by Unreal Engine's module system.

  • No initialization dependencies are specified in this code snippet.

22 May 2026