DizzyWes
(DizzyWes)
7
Hey,
You could use Actor Tags and check the tag when a collision occurs and perform different actions based on the tag provided.
Here’s a sample for overlapping, but you could use an OnHit event and check the tag and enable/disable collision if you wish.
-W