Question when switching levels

Have your button set a flag in the GameInstance, before loading the level, that you can check when your level loads. You then need to add code to your “BeginPlay” in the World Blueprint (or have a custom actor in your loaded level that contains the logic) to check the flag you set prior to the level change.

1 Like