3D Widget disappears when pivot goes outside of screen

Hi!

I’m having some trouble with 3D widgets. The widget disappears when its pivot goes outside the screen.

In this example, the widget pivot is in the top right of the LED-sign. The widget is the pink text which slides from right to left.

Pivot is within screen boundaries, works as it should:

http://puu.sh/lttFT/59929e4985.jpg

Pivot is just outside of the screen boundaries, whole widget disappears.

http://puu.sh/lttHq/29c87a17ef.jpg

Any way to fix this or am I doomed and have to find a way to solve my problem without using a widget? Looking at some videos of 3d widgets on youtube, it seems like this is a isolated problem but I’m not sure.

Any help is greatly appreciated!

I fixed this by putting the pivot back to 0.5X, 0.5Y from 1.0X, 0.0Y. Annoying, but it’s a simple solution that works.

It’s good to know about this issue (and have a workaround), but setting the pivot to the center means that I cannot align text that could change (such as a X/100 counter) in world.

Can this be listed as a bug perhaps (if an Epic employee is reading this)?