GameMode Construction Script not invoke in 4.6

Try moving everything from the construction script to the Event Begin Play and see if it runs properly. Just add a pin to the sequence and plug the PrintString into the 3rd slot

The GameMode is one of the first objects created at game time, so it is likely there are no Actors of that class created yet. If it runs fine from the Event Begin Play then is the reason. :slight_smile: