@sinbad I replaced a bunch of UMG animations with C++ timelines for instance, just setting whatever value the animation would set on Tick, but with no BP.
Any time you'd use a 🕒 node in BP or arrange for a callback (🟥 pin, e.g., timers), coroutines have a chance of being a good replacement.