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 ?

As an alternative you could move all the logic to an actor component and apply it to the pawn or any other actor you wish affected by the trigger.

For example, the actor component:

The macro that checks if actor is still overlapping:

Result:
Overlapping

3 Likes