"Modify text" visible in shipping build Widget

Hi,

I found out a really bad (bug?) issue; I have a properly configured shipping version of game and on the built version, Modify text becomes visible when I right click mouse over selected text field on a widget. This indeed happens with a version built with shipping settings through this tutorial:

Screenshot (taken with camera, print screen doesn’t work with shipped version.

How can this be fixed and is this a bug? I would think that such would not occur outside testing version of exported builds?

Hi TheoT,

Please see https://answers.unrealengine.com/questions/559819/how-do-i-disable-the-right-click-menu-on-editable.html.

Since you tagged that you are using 4.11, you should have a property on the EditableBox in the UMG designer called AllowContextMenu. If you uncheck it, it disable that functionality.

Cheers,

That worked indeed! I really have to wonder why this feature exist, or at least that it would not be on by default or in the least off in shipped builds. Nobody wants UE interface to pop up in their shipped game…