How to play Matinee in Sub-Level

Hi,

I have a matinee actor in a sub-level. I want to play this matinee when the level loads. How do I do this?

I cannot make a reference to the level-blueprint in my sub-level, thus playing the matinee in my sub-level.

Thanks!

Make BP based on GameInstance (MyGameInstance). You can make a function in MyGameInstance (let’s name GiveMeRef with output RefName type Actor Reference)inside function (get all actors from class and get 0) call that function in any place get GameInstance, cast to MyGameInstance and drag function GiveMeRef. Remember to change GameInstance to MyGameInstance in Editor Options