Cannot bind OnComponentHit

Sorry, that wasn’t really my problem. With 4.12 they changed the signature a bit, adding an additional argument. If my problem was that of a lacking argument in my OnHit function, it would never have compiled to begin with. The problem here was that even though OnHit was bound and everything, it never actually fired.

The problem solved itself when I switched engines, so I still don’t know exactly what was wrong there.