Limen Framework 0.1 Help

ULimenGraphicalSettingsCameraModifier

Overview

ULimenGraphicalSettingsCameraModifier is a subclass of UCameraModifier designed to modify post-process settings during the rendering process. It binds to a subsystem (ULimenGraphicalSettingsSubsystem) and applies predefined base post-process settings, blending them with the current post-process settings.

Properties

Type

Name

Access

Description

FPostProcessSettings

BasePostProcessSettings

EditAnywhere, Category = "Graphical Settings Camera Modifier"

The base post-process settings to be applied.

Functions

Return Type

Signature

Description

void

BindSubsystem([ULimenGraphicalSettingsSubsystem](LimenGraphicalSettingsSubsystem.md)* GraphicalSettingsSubsystem)

Binds the camera modifier to a graphical settings subsystem.

virtual void ModifyPostProcess(float DeltaTime, float& PostProcessBlendWeight, FPostProcessSettings& PostProcessSettings) override

Modifies the post-process settings based on the base settings and broadcasts an event when evaluated.

Usage & Implementation Notes

  • The camera modifier overrides the ModifyPostProcess function to apply predefined post-process settings.

  • It binds to a subsystem (ULimenGraphicalSettingsSubsystem) to broadcast events related to post-process settings evaluation.

22 May 2026