Limen Framework 0.1 Help

FLimenObjectivesModule

Overview

The FLimenObjectivesModule class is a module interface for the Limen Objectives plugin. It provides the necessary hooks to initialize and shut down the module, ensuring proper resource management and cleanup when the plugin is loaded or unloaded.

Properties

No properties are defined in this class.

Functions

Return Type

Signature

Description

void

StartupModule()

Called after the module is loaded into memory. Initializes any necessary resources.

void

ShutdownModule()

Called during shutdown to clean up the module. Performs any required cleanup operations.

Usage & Implementation Notes

  • This module does not require 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.

22 May 2026