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 |
|---|---|---|---|
| BasePostProcessSettings | EditAnywhere, Category = "Graphical Settings Camera Modifier" | The base post-process settings to be applied. |
Functions
Return Type | Signature | Description |
|---|---|---|
|
| Binds the camera modifier to a graphical settings subsystem. |
| Modifies the post-process settings based on the base settings and broadcasts an event when evaluated. |
Usage & Implementation Notes
The camera modifier overrides the
ModifyPostProcessfunction to apply predefined post-process settings.It binds to a subsystem (
ULimenGraphicalSettingsSubsystem) to broadcast events related to post-process settings evaluation.