Print String doesn't work after cooking

I have finished my project level and everything is as I want it, but my Print String events I have set up, are not working. They work when I test the game in editor, but after packaging for windows, they don’t display. I am also unable to open the console if that means anything.

If that is the case, you’re packaging in Shipping which is what you would choose to package your final product. It takes out the command console and the Print String command prints in there which is why you don’t see it poping up in shipping version.

Consider packaging in development if you wish continue using the command console and print strings.

-Max B.

1 Like

Thank you very much!

many thanks, solved my problem.

What is the Alternative to send Messages in Shipping Build?
Print String is the easy way…

As Example on Android onPress back key Print String(“Press again to exit”);
How to can Send this Message to the User?