Hi all, I try to make a classic platform with one way collision. Simply behavior, if actor stand on it - platfom is collide, if actor jump from below, he goes trough platform. For begin, I decided to check z-position of actor and platform, and if actor is above - I switch on platform collision. But it not work when a have more then one actor, because other pawns fall through platform to. How can I switch off collision for one current actor? Someone have ideas how to solve this problem?