refunct-tas icon indicating copy to clipboard operation
refunct-tas copied to clipboard

Add Camera Settings

Open LukeSaward opened this issue 2 years ago • 0 comments

Add camera settings such as Motion Blur, Bloom, etc. for both Normal and Water post-process volumes.

This is how to get to the post-process volumes. . denotes that the thing that comes after it is a field, and : denotes that it's inheritance.

UBP_MyGameInstance_C.WorldReferences.TimeOfDay::ADynamicSky.Volumes[0].Settings
UBP_MyGameInstance_C.WorldReferences.TimeOfDay::ADynamicSky.Volumes[1].Settings

With that, we can make the following options:

Saturation
Contrast
Gamma
Gain
Bloom
    Enable Bloom
    Bloom Intensity
    Bloom Threshold
    Bloom Size Scale
Vignette
    Enable Vignette
    Vignette Strength

LukeSaward avatar Feb 18 '24 21:02 LukeSaward