Limen Framework 0.1 Help

FLimenNotificationsModule

Overview

The FLimenNotificationsModule class is a module interface for managing the startup and shutdown of the Limen Notifications system. It inherits from IModuleInterface and overrides the StartupModule and ShutdownModule functions to handle initialization and cleanup tasks respectively.

Properties

This class has no relevant properties to document based on the provided code.

Functions

Return Type

Signature

Description

void

StartupModule()

Initializes the module, preparing it for use.

void

ShutdownModule()

Cleans up resources used by the module before shutting down.

Usage & Implementation Notes

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

  • Memory lifetime management is handled internally within the module's lifecycle functions.

  • No initialization dependencies are required beyond the standard Unreal Engine module system.

22 May 2026