How to recover missing actors in seuqnece?

I’m new to UE and have been playing around with the cinematic sequencer.

I made a sequencer with a camera, a Niagra effect, chaos fracture, and some meshes. While making it, UE crashed couple of times and I had to reboot it, but each time I did the sequencer was fine and had all the actors in it including the camera.

I decided to take a break and didn’t touch the project for couple of days. Just now as I did so, I realized that almost all the actors in the sequencer are missing. On top of that the camera is missing from the level entirely.

Is it possible to recover the camera and all the actors from the sequencer somehow?

If the actors in the level all match up by name, you can do Fix Actor References as described here:

Sounds like you might have some actors missing though, like the camera. In that case, just make another camera in the level and call it the same as it is in Sequencer before you run Fix Actor References.

1 Like

I couldn’t get the camera back for some reason, but I was able to get everything else back with Fix Actor References. I decided to just recreate the camera as best as possible.
Thanks!