How to pause replay/demo

Hello,

We have got a replay system working with the demoRec and demoPlay commands but we don’t know how to pause the demo and can’t work out how the shooter game is doing it.

Thanks in advance.

Well, this a quite old question but same here, is there any way to pause replay ?

Thanks.

AWorldSettings* WorldSettings = GetWorldSettings();
WorldSettings->Pauser = PlayerState;

is the code you would require.
From your replay controller

I hope that helps point you in the right direction.

1 Like