Use an event dispatcher on something persistent like GameMode or PlayerController. Bind an event to the dispatcher in level blueprint BeginPlay. Get a reference to the persistent object in whatever you want to call the dispatcher from, and then call it.