Sequencer fires events twice

Ping prints twice because the event EventOne is called twice.

In the level BP there is only node of EventOne and Print String.

At 2 seconds, Sequencer is setup to call the event EventOne. There is no other place that event is fired since this project is a Top Down template based bug reproduction.

Strangely, the Ping text isn’t appearing at the same time, though. But the second print occurs ~1 second later.

To reproduce.

  1. Create BP project from Top Down Template.
  2. Add the usual Master and Shot1 sequencer assets within Content browser.
  3. Add an event call to Shot1 somewhere between the start and end of Shot1.
  4. Add custom event inside level BP named after Shot1’s event.
  5. Add Print String node to it execution ping.

Hi ,

This issue no longer occurs in 4.13. I believe it was resolved with the same fix as UE-31494, but if I find another existing bug entry, I’ll post it here.

Yeah, I just tried it in 4.13 P1. And it works now. Thanks.