How to disable automatic sequencer startup, when starting a level

How to disable automatic sequencer startup, when starting a level

  1. Open your level Blueprint in Unreal Editor.

  2. Right-click in the graph and select “Create a Reference to ‘Level Sequence’”.

  3. Drag off the Level Sequence reference pin and search for “Set Play Rate”.

  4. Connect the Level Sequence reference pin to the “Level Sequence” input on the Set Play Rate node.

  5. Set the Play Rate to “0” in the “Play Rate” input of the Set Play Rate node.

  6. Compile and save your Blueprint.

1 Like

maybe I didn’t speak clearly enough, I meant that sequence didn’t start at all by itself, that is, that it started only from blueprint, and according to the guide that you gave me, sequence also starts, but it never ends