Limen Framework 0.1 Help

ULimenGameSettingsDeveloperSettings

Overview

ULimenGameSettingsDeveloperSettings is a subclass of ULimenModularSettingsSubsystemDeveloperSettings. It configures and manages developer-specific settings related to the Limen game module. This class sets up a configuration section named " Limen - Game Settings".

Properties

Type

Name

Access

Description

FString

SectionName

Public

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

Functions

Return Type

Signature

Description

void

ULimenGameSettingsDeveloperSettings()

Constructor that initializes the SectionName property.

Usage & Implementation Notes

  • This class is used to manage developer-specific settings for the Limen game module.

  • The SectionName property is set to " Limen - Game Settings" to organize related configuration options under a specific section in the Unreal Engine editor.

22 May 2026