Limen Framework 0.1 Help

FLimenSubtitlesModule

Overview

The FLimenSubtitlesModule class is a module interface for managing the startup and shutdown of the Limen Subtitles plugin. It inherits from IModuleInterface and overrides the StartupModule and ShutdownModule functions to handle initialization and cleanup tasks specific to the subtitles functionality.

Properties

No properties are defined in this class.

Functions

Return Type

Signature

Description

void

StartupModule() override

Initializes the module, preparing it for use. Currently empty.

void

ShutdownModule() override

Cleans up resources used by the module. Currently empty.

Usage & Implementation Notes

  • This module does not perform any specific initialization or cleanup tasks at this time.

22 May 2026