Ah, I see the problem.
When you select “Fire Event” and give it a name on the Collision Query, that calls “OnCollisionEvent” and passes that name along. It doesn’t actually make an “Event” as you see in sometimes Blueprints with things like Input and such.
So, you simply need to add an overload to OnCollisionEvent (which will pass you all the info you need).