Dropped Item with Physics cause them to freak out when step onto

Hello @MK_Studio. You can use the OnHit event in the actor to disable physics instead of checking velocity. You could also set up a collision profile and configure it to Overlap player object type (that is Pawn) but block the floor.

Take a look at this for reference:

1 Like