Limen Framework 0.1 Help

LimenAudioSettings Module

Subsystem Breakdown

Threading & Parallelism

Class Name

Role

FLimenAudioSettingsModule

Manages the lifecycle of the Limen Audio Settings module within Unreal Engine.

Audio Management

Class Name

Role

ULimenAudioSettingsSubsystem

Manages audio settings within the Limen framework.

ULimenVolumeLevelSetting

A setting class for managing volume levels using FMOD audio buses and sound classes.

Developer Tools

Class Name

Role

ULimenAudioDeveloperSettings

Manages developer-specific settings for the Limen audio module.

Design Philosophy

The LimenAudioSettings module is designed to provide a comprehensive solution for managing audio settings within Unreal Engine, with a focus on flexibility and performance. It leverages FMOD for audio management and includes tools for both developers and end-users to customize their audio experience.

  • Developers can use the ULimenAudioDeveloperSettings class to configure advanced audio settings specific to their projects.

  • End-users can adjust volume levels using the ULimenVolumeLevelSetting class, ensuring a personalized audio experience.

  • The FLimenAudioSettingsModule manages the module's lifecycle, making it easy to integrate and maintain within Unreal Engine projects.

22 May 2026