Does UE4 support GPU for physical calculations?

Does UE4 support GPU for physical calculations? If I use thousands of rigid bodies to collide in the game, can I use GPU general-purpose computing (similar to shaders) to speed up the calculation? In particular, I am also preparing for this physical calculation on Android devices. Thanks!