How to execute custom commands from Level Blueprint in Other Blueprints?

I have been trying to execute a custom command “Start Sequence 1” in my Level Blueprint FROM other blueprints. And I need to reference the Level itself, and I don’t know how to do that. Could someone please help me out?

Hey @GinoBarnes! Welcome to the forums!

It looks like you’ve stumbled upon a long held rule of Unreal Engine. You cannot reference the Level Blueprint! (well. Not without causing major issues, don’t force it!)

The Level Blueprint references DOWN, so things within the level can be referenced by the LBP but not vice versa. You can, however, make an empty actor that accesses the GameMode which can then tell the Level Blueprint to do a thing!

Check out this post, it’s (mostly) still up-to-date!

1 Like

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