Blueprints Print missing on Android

I have a Blueprint uasset “boardActorBp.uasset”. When I run on Windows the Print works. When I run on Android via “Launch” the Print works. However, when I Package Android then install, I don’t see the print. What’s going on?

Update #1: When I packaged for Windows, it also fails. So it must be something wrong with my packaging?

boardActorBp.uasset is in “Content/board” while my other blueprints are in “Content/Blueprints”. That should work right?

I think the issue was that packaged “Shipping” doesn’t print stuff while packaged “Development” does.

Like pemcode said, print is used for debugging, it’s not made for in-game feature, instead, if you want to display a text you will need to use a HUD.
Here is a workaround: