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 |
Usage & Implementation Notes
The
CameraModifierClassproperty 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.