Color interpolation doesnt work on tick

tempColor = FMath::CInterpTo( currentColor, targetColor, DeltaTime, 1.0f);
should work. I’m guessing this is in the tick function and you are passing in the delta time?