Replay - How to pause replay

Hi, I managed to solve most of the problems around replays, but I cannot find a function which would pause the replay. I cannot find a function for it.

You use
AWorldSettings::SetPauserPlayerState
And use
APlayerController::GetWorldSettings
To get an instance of it.
To unpause, set the PauserPlayerState to nullptr

2 Likes

Thanks that helped!