[SOLVED] Failed to trigger event: only Interface pins are supported for root tracks within Level Sequences.

Hello everyone,

I have an issue in setting up the subtitles for my intro cinematic. I was following this tutorial, but there is a step that I cannot reproduce.

I have this structure:

which is stored into my level blueprint OnBegin:

The level blueprint has also an interface implemented:

Communicates the new text to the Player State and the UI widget reads it from there and update the text.

In the director bp of my sequencer, i cannot reproduce this step:

This is because I don’t have the option to add inherited:
05

So I created this event in my sequencer:

And in the director I have implemented like this:

When I play the level, the text doesn’t update and I get this warning 3 times:

SequenceEvent__ENTRYPOINTLS_LevelIntro_DirectorBP_1 LS_LevelIntro Failed to trigger event: only Interface pins are supported for root tracks within Level Sequences. Please remove the pin, or change it to an interface that is implemented on the desired level blueprint.

Can anyone help me?

Solved! There is an error in that tutorial, you should use this node (the one that suggests you NOT to use!)

08

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.