How do i quickly fade my material to another color after a certain amount of time has passed?

i have zero clue how to do this

Hey there @Quittzer! What’s your total use case? Fading back and forth from some colors is as simple as making a linear interpolation over time like this, but your requirements probably differ. Do you need to trigger it from BP? Does it need to change once? Do you need control over the fade at runtime?