Virtual Joystick Gone when RemoveAllWidgets Called. Set Visibility does Nothing w/ Controller Passed!

Virtual Joysticks disappear when RemoveAllWidgets is called. I tried SetJoystickVisibility but it does nothing even though I passed the correct controller.

When I remove all widgets, how do I bring back the Virtual Joystick?
Still having this issue.

You could try GetAllWidgetsOfClass() and then call RemoveFromParent() on them. That way it’s not getting ALL widgets including the joysticks.