Limen Framework 0.1 Help

FLimenWidgetsModule

Overview

The FLimenWidgetsModule class is a module interface for the LimenWidgets plugin. It overrides the StartupModule and ShutdownModule functions to handle the initialization and cleanup of the module, respectively.

Properties

Type

Name

Access

Description

None

None

None

No significant properties are defined in this class.

Functions

Return Type

Signature

Description

void

StartupModule()

Initializes the module. Currently empty.

void

ShutdownModule()

Cleans up the module. Currently empty.

Usage & Implementation Notes

  • The StartupModule and ShutdownModule functions are currently placeholders and do not contain any logic.

  • This module does not require special threading constraints, replication, or memory lifetime management.

22 May 2026