Limen Framework 0.1 Help

FLimenCoreModule

Overview

The FLimenCoreModule class is a module interface for the LimenCore plugin. It handles the startup and shutdown processes, including setting up shader source directories.

Properties

Type

Name

Access

Description

FString

PluginShaderDir

Private

The directory path where LimenCore shaders are located.

Functions

Return Type

Signature

Description

void

StartupModule() override

Initializes the module by adding a shader source directory mapping.

void

ShutdownModule() override

Cleans up resources when the module is shutting down.

Usage & Implementation Notes

  • The StartupModule function sets up a shader source directory for LimenCore shaders, ensuring that they can be located and compiled correctly.

  • The ShutdownModule function does not perform any specific cleanup but is provided for future expansion if needed.

22 May 2026