Switch time of day

I need to switch the time of day at certain trigger points, and the plugin “DaySequence” does allow me to do this, however the change is instant. Ideally i want the transition last a couple of seconds, and basically just speed up the time of day, up until a specific hour. Does anyone have a clever work around, or know how to properly set it up? I have tried using “Day Sequence Modifier Volume” instead, but i can’t get it to work at all.

Admittedly I haven’t actually used the DaySequence plugin in any real capacity, but could you not just use a timeline and lerp between current time of day and the updated time of day?

Fantastic, it was just what i was looking for. I’m new to blueprints, so i knew timeline and lerp was a thing, but i had no idea how to use them.