Event BeginPlay suddenly not firing anymore any any blueprint

I had a similar problem, the beginplay was not firing on the parent class for any actor, and I use c++ in addition to blueprints.

The solution was to go to my child class’s begin play, right click, “Add call to parent function” and that newly created node to the child’s begin play.

1 Like