You can move your camera while game logic is PAUSED in Unreal Engine but it’s a little obscure to setup. Here is a quick overview of how it’s done using C++: PlayerController::bShouldPerformFullTickWhenPaused (true) // Allows…
The post Moving Camera While Paused [Tutorial] appeared first on Tom Looman.
Source : https://www.tomlooman.com/moving-camera-paused-ue4/