4.10.2
Repo Steps:
- Create a Blueprint which derives from Game Instance. Set as default Game Instance for project.
- Override “Init” event.
- Make a simple node such as Print String immediately after Init
- Add a Delay node (of say, 1 second)
- Make a second simple node such as another Print String.
Run in Selected Viewport (PIE) - you should see your two strings print out as expected.
Make a 32-bit Windows Build (untested on other builds/platforms).
Run again - you will only see the first string printed, the second string never prints.
Example: http://i.imgur.com/Id0efDQ.png
Happy bug hunting!