Limen Framework 0.1 Help

ULimenGraphicalSettingsDeveloperSettings

Overview

ULimenGraphicalSettingsDeveloperSettings is a developer-specific configuration class that inherits from ULimenModularSettingsSubsystemDeveloperSettings. It allows users to configure graphical settings within the Limen plugin, with a focus on camera modifiers. This class is intended for use in development environments where fine-tuning of graphical parameters is required.

Properties

Type

Name

Access

Description

TSoftClassPtr< ULimenGraphicalSettingsCameraModifier >

CameraModifierClass

EditAnywhere, Config

The camera modifier class to be used for graphical settings.

Functions

Return Type

Signature

Description

void

ULimenGraphicalSettingsDeveloperSettings()

Constructor that initializes the SectionName and sets the default CameraModifierClass.

Usage & Implementation Notes

  • The CameraModifierClass property allows developers to specify a custom camera modifier class for graphical settings, providing flexibility in how camera behavior is controlled.

  • This class is designed to be used within the development environment of the Limen plugin, where detailed configuration of graphical parameters is necessary.

22 May 2026