Level Blueprint BeginPlay event not running

I tried attaching a print string after BeginPlay in my level’s blueprint to test this further but I never see anything. Why is this happening?

Might need to add a tiny delay before the print string…

I tried that. Didn’t do anything.

Sorry. I found the error. I was inheriting my gamemode class from Base instead of the other one.