How do I decrease a floating variable? The function is not the same or ceased to exist

Hello everyone. I’m learning to use UE5 for the first time and I don’t understand English perfectly.

I am creating a feed bar, it should gradually decrease but the (float - float) function is not available and the new function (Decrement float) I do not understand.

The problem is that the status bar doesn’t drop instantly. I want it to go down every X seconds.

I appreciate any help

Drag from foodbar and type the minus sign, the subtract operation should pop up (in UE5 it’s a generic operation, you no longer have float - float, int - int, et cetera like it was in UE4)

1 Like

I found it thanks to you.
As you wrote, it is now a generic operation.

I also fixed a mistake that I made; I used the percentage operation, but I needed to divide, I confused the symbols hahaha

Now it works perfectly. Thanks for your help.

1 Like