interpolate color of widget text

Hellow , i need interpolate the color of text in ui via blueprint , of color A to color B in x seconds . I try use interpolate (linearcolor) but the text use slate color structure , and the no have conversion for this . I only found tutorials on how to do it instantly, without interpolation

Hey @Kaim!

So you can’t use timelines in widgets. Instead, you need to use UI Animations :slight_smile: It’s super simple. This video here can give you a quick rundown of how it works, and you can adapt it to color pretty easily:

Disclaimer: This link is not affiliated with Unreal Engine, Epic Games, or their partners.

Let us know if you have any questions!