Multiple (Add) Box Collision event?

I’ve added several Box Collision objects using “Add Box Collision” but no idea how to set up the event?

Like this:

or, if you’re storing a reference:

Thats great thanks but I should have stated I’m trying to do this in the Construction Script.

Either use a variable method or bind it dynamically like so:

The dropdown will create an Event / Function with the correct dispatcher signature but if you’re using an Event, you’ll need to move it to the Event Graph.

Any way to get the event into the CS?

I had trouble with getting it to work normally so used …
Screenshot 2021-05-26 at 16.56.55

There can be no other Events in the CS. But why not just use what I suggested originally:

Or bind the event that’s in the Event Graph?

If in doubt, describe how it’s supposed to work.

1 Like

What I had seems to be fine, I thought for some reason it would fire more than once. That’s been a great help thanks.

1 Like