Trying to put out fire (BP) using another (BP) component overlap?

There are plenty ways to get it working, I can offer u this.
Add components=>Box Collision inside your playerBP instead of cube. Shape it just like your cube and delete cube(actually it’s the same thing just more convenient)
While selecting Box collision add event on component overlap in the bp editor just like this

Also create bool variable extinguisher is on. And create this code

229259-снимо2к.png

This way you will be able to get it working.