How to create a simple BP for an enemy to slow his movement speed down when he is going over a box collision which should trigger this ?

If you do this:


It will subtract on every instance overlap even when the actor has not exited all volumes. Try placing a print node after to see as the value changes.

Try storing the default value to make it a fixed number:

Result:
Overlap