Hey -
The SceneCapture Component 2D or Cube does not directly run on tick, but you can make it run on tick and have it maintain updating through a Pause with this setup:
The one think you will want to do in the Components is make sure that your camera is set to NOT update every frame which will force the camera to update only when moved.
Thank You
Eric Ketchum