Automatic movie creation from level

Hi Aaron,

If you’re looking for a rendered video recording, your best option may be to use third party recording software. We have ways in the engine of rendering out video such as Sequencer (with the Sequence Recorder), but you’d need to make modifications to automate it and it wouldn’t be compressed as efficiently as dedicated recording software.

We do have a built-in replay system that leverages our multiplayer framework to recreate the game session. You may need to add some custom camera code to automate where the camera is recording from, but the resulting file will be substantially smaller than a video and should allow you to recreate any rendering artifacts that may have occurred. If you’re interested, I can send you more information about how to enable the replay system and where to find some examples.

Best,

Cody