When I use a print string it says it is only available in development?

See my answer here. It’s at the bottom.

I am using a print string blueprint node and it has underneath it “development only” and I hover my mouse on it and it says “This node will only be executed in the editor and development builds in a packaged game (it will be treated as disabled in Shipping or Test builds cooked from a commandlet)”

I need this as I am trying to print that someone is starving or they are dehydrated, any help?

PrintString is for development and debugging only, not to display messages to the user. On packaging they will be disabled.