Setting the maximum speed while standing on the platform

This would do:

Hey. There is an object on which, if a character stands, his speed will increase. The speed will decrease if he leaves it.
how to do it?

Thank you in advance

If it’s one BP, the stuff above should work. IE, OnActorOverlap, not ComponentOverlap.

Otherwise, just do it with two BP actors.

but if I have two boxes intersecting and if the character enters platform 1 - fulfills all the conditions, and after entering the second - nothing happens. This can be fixed without changing the grid size.