How/where to play media player at that first black/splash/welcome screen when game starts?

Hello everyone.

Can someone tell me how do you manage to play media player at that first black/splash/welcome screen when game starts?

I know about FCoreUObjectDelegates::PreLoadMap.AddUObject(this,&UMyGameInstanceCPlusPlus::BeginLoadingScreen); which you use in GameInstance, but i need to know where do you execute function for that first black/splash/welcome screen when game starts.

My guess is in GameInstance as well but how to do it?

Thanks in advance!

Nevermind, i’ve found the answer :slight_smile: