Is it possible to add new track categories to Sequencer?

Hi everyone,

I’m trying to make a UObject compliant with Sequencer.

I saw that there is a template sequence module inside the engine (Engine\Plugins\MovieScene\TemplateSequence)

But it seems to only add a new track type to spawnable actors and not directly inside the Sequencer :

There is a ISequencerModule::RegisterSequence but I’m really confused with what it really does.

Anyway, to be more precise, I want to make the sequencer look like this :

306558-ueeditor.png

Does anyone succeed to achieve that ?

Best regards everyone,

Alexandre