Is BeginPlay() called everytime a level is loaded?

This probably is easy, but I can’t find it and want confirmation: is begin play called eveytime the level is switched or not?

I think it is. Just add a “Print String” Node behind the “Event Begin Play” and switch from one level to another. If it prints the message to the screen you know the event has been called.