How can I change for example a bright green grass asset/material and change it to a dark green, through it’s material and not post-processing?
you can use the desaturation node paired with a scalar parameter in your material. or multiply your base color by a 0-1 value to darken / lighten it. both methods can be parameterized so you can access them in blueprint too.
Thank you SO much!



