Load Sequence in Editor on Startup?

Is there any way to specify a sequence when starting the editor? I’d like to load my project and have the cine cam and specific sequence loaded in the viewport - just a little thing.

Hi, I know this is really late but if anyone else comes across this topic here’s how I did it:

Follow these steps here: Startup Objects

That will give you a blueprint that runs at startup. Inside that blueprint, just connect up a “Open Level Sequence” node, which will give you a dropdown to choose what sequence to open.

I haven’t yet figured out how to automatically get the level sequence of the opened default level, as the ‘get level sequence’ node doesn’t seem to do what I would expect.

Hope this helps!