Simulate physics step by step

I would like to make step by step physics simulation using Unreal Engine 4.
It seems it’s possible using Unity3D (Unity - Scripting API: Physics.Simulate and Unity - Scripting API: Physics.autoSimulation), but is there equivalent functionalities in Unreal Engine 4?
If so, how to do it?