3D Widget not visible in editor 4.13

Hello, I’ve just moved my project over from 4.12 to 4.13. I’ve been using 3D Widgets as a sort of pop up sign to show when the player is near to something they can interact with.

It all works in 4.12 but now I’ve moved over to 4.13 the 3D Widgets don’t show in the editor window. They work fine when playing in the editor window. It’s making setting them up in the right places far more long winded than it used to be.

So far I’ve tried making a new widget from scratch and recompiling the game in Visual Studio.

This is very strange, I just checked the “Show FPS” box in the editor window and now the 3D Widgets are visible.

Hello Jazz,

I am happy to hear that you were able to resolve your issue. I will be converting your last comment to an answer. If this issue occurs again please feel free to reopen this issue with any additional information on how to reproduce this issue in a clean project and I will be more than happy to help.

Make it a great day

I Just experienced the same issue with exact the same fix.
Could this be a 4.13 bug?

I had the same problem and surprisingly toggling the Show FPS caused the widgets to appear again. This is with UE 4.14.3.

Still the case on 4.15.1

Still the case in 4.15.3

Thanks @Jazz, solved my issue.

Still the case in 4.19

Still the case in 4.20.3. Jazz’s solution completely works

in 4.20 i had to tick Draw at Desired Size, within the widget actor

Still the case in 4.21

Still the case in 4.22 (facepalm)

Still the same problem and fix (FPS on) in 4.22.3.

Agreed just ran into this on 4.22.3

I just ran into the same issue and luckily found a fix quite fast.
It appears that if you have a widget in your viewport and you switch off the “Realtime” option (via CTRL+R) your widget will be displayed as long as you do not move it. When you move it, it will disappear immediately.
So in order to keep your widgets visible just keep Realtime on as they need to be drawn every frame when moved.
The aforementioned solution to switch on the FPS Counter might also force the window to refresh.

Still the same problem even in 4.23.1 and [FPS on] is the fix.

Same thing for me in 4.26. The reason show FPS fixes it for me is because it also turns on the Realtime option, which I disabled for performance reasons.
Looks like we missed folks reporting for 4.24 and 4.25! Hey reader, keep up the chain for future versions!

And still the same even in 5.0.2

Still same problem on 5.2.1… weird