Limen Framework 0.1 Help

FLimenAudioSettingsModule

Overview

The FLimenAudioSettingsModule class is a module interface for managing the startup and shutdown of the Limen Audio Settings module. It inherits from IModuleInterface and overrides the StartupModule and ShutdownModule functions to handle initialization and cleanup tasks specific to the audio settings functionality.

Properties

Type

Name

Access

Description

FString

SectionName

Public

The name of the configuration section, set to " Limen - Audio Settings".

Functions

Return Type

Signature

Description

void

StartupModule() override

Initializes the module. Currently empty.

void

ShutdownModule() override

Cleans up the 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