MyGame ConstructionScript not running

The construction script for MyGame doesn’t appear to be running. I attached a PrintString and also put a breakpoint on it. Logic in the EventGraph works fine as do other functions.

I’ve tried my project with 4.6 and 4.7 with no difference. Any ideas?

Apparently the ConstructionScript is the wrong place for this logic. I moved everything into the Event Graph with an EventBeginPlay to fix.