You could try casting first to see what you are colliding with and setting a bool variable “Colliding” to true on OverlapBegin instead of hit and false on OverlapEnd. Then use a tick event to do whatever. Not sure if that’s the best way but it is a way.