Dom152
10-22-2010, 01:49 PM
I have a problem with the Touch event for actors. I have a pawn with a cylinder component that is positioned in front of it. If I move the player character pawn straight into this trigger zone then Touch is fired. However if I stand still and wait for the other pawn to come to me Touch is not fired despite my player character pawn being very clearly within the other pawn's trigger zone.
It seems to me like the collision checks or some physics code is turned off when the player character pawn isn't moving so the intersection with the trigger zone isn't registering.
Is this the case or am I way off here? If the former what can be done to solve this issue?
It seems to me like the collision checks or some physics code is turned off when the player character pawn isn't moving so the intersection with the trigger zone isn't registering.
Is this the case or am I way off here? If the former what can be done to solve this issue?