How can I get individual velocities of an actor before collision in RecieveHit?

I want to get the individual velocities or momenta that the Actors had right before a collision in ReceiveHit.

Is there a better way than remembering and updating a LastStoredVelocity vector every tick?

Thanks.

Just a quick question: Have you confirmed that velocity changes are applied BEFORE ReceiveHit is called?