Get Hit Event without giving an impulse to object

I need to detect collision event with objects that are set to simulate physics. Problem is that objects get impulse from actor which I move with AddLocalTransform function, even in case of stopping moving the objects right in Hit Event.

Try not to use AddLocalTransform, instead use a Static Mesh Component so you can Add impulse.

85660-addimpulse.png