Set Default Streamer in Replay System

According to this documentation DemoNetDriver and Streamer, we can change the default Streamer through C++ by calling InitBase function, instead of editing DefaultEngine.ini file. Can anyone tell me how to implement that in C++?

I want my game to be able to change replay method in runtime, from saving to Local Disk to Remote Server and vice versa.

1 Like