Level sequencer must bound with a particular level?

Hi,

I’m new to the engine, and wonder if a level sequencer is a must-bound with one particular level.

What if I change something in the level and save it to another new name, how can I get back those stuffs within the sequencer I created with the old level name?

I appreciate any help you can provide.

That’s correct for the most part. You can run Fix Actor References and it will try to match up binding names with actor names. Take a look at the docs at the Advanced section here for what Fix Actor References does:

Another alternative is to use Spawnables: Spawn Temporary Actors in Unreal Engine Cinematics | Unreal Engine 5.3 Documentation

Hi Max,

Many thanks for your quick reply, noted that and I will take a look on the doc’s page.

Douglas