User Interface Linear Color Interpolation

Hey guys,

I was wondering if I could get anyone’s help with interpolation over time between two Linear Color variables.

I have an Inventory Widget with two types of interactions.

If you click one of the occupied inventory slots, it should change the color to white, letting the player know that they can interact with it.

If you click anywhere outside of the slots, it should change the color to gray and disable the interaction.

I would like to smoothly interpolate between the two color variables, but I cannot get it to work…

Any input is greatly appreciated!

Thank you!

Interpolate doesn’t work on only one call. It interpolates over time, but you calling only once. And you can Get World Delta Seconds instead of a variable.
You can do it 3 ways: Widget Animation, Timeline or Tick with Interpolate.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.