Hello I was just wondering if they’re anyway to hide a 2D widget but keep a 3D widget visible. If not possible in blueprint. is there anyway in c++ ?
Is this 2D widget part of what is being displayed by the 3D widget component? You can hide any widget by using the Set Visibility node on the widget and setting visibility to Hidden.
2 Likes
Yeah this 3D widget is displaying the same thing as the 2D widget
Well, without seeing the implementation it would be difficult to provide an exact solution. So if you can share screenshots of how you’ve set up the widget and how the widgets are accessed, that should make it easier to provide a more detailed solution.