Limen Framework 0.1 Help

FLimenCinematicsModule

Overview

The FLimenCinematicsModule class is a module interface for managing the lifecycle of the Cinematics module in the LimenCore plugin. It overrides the StartupModule and ShutdownModule functions to handle the initialization and cleanup processes, respectively.

Properties

Type

Name

Access

Description

None

None

None

None

Functions

Return Type

Signature

Description

void

StartupModule() override

Initializes the Cinematics module. Currently empty.

void

ShutdownModule() override

Cleans up resources used by the Cinematics module. Currently empty.

Usage & Implementation Notes

  • This module does not perform any specific initialization or cleanup tasks at this time, as indicated by the empty implementations of StartupModule and ShutdownModule.

22 May 2026