Verse Ui doesn't get removed with RemoveWidget()

since the last update I can no longer remove widgets containing about 15+ buttons. I have already ran into this issue before, where I had about 40 buttons in my canvas and RemoveWidget() didn’t remove them. but now after the new update it looks like only 15 or so buttons are required to break this.
In addition, the new update broke “setText()” for verse ui. it just doesn’t work anymore at all.

@Thip2105 Thank you for your report! We would like to look into this further, would you be able to submit a bug report using the form available here? Fortnite Creative

1 Like

Hey, Thanks for the response, I submitted a bug report. would also appreciate forwarding this to the according team since this issue completely broke my already published game and basically killed it with nothing I can do about it except waiting for a fix.

2 Likes

Also having issues with this not working. We are just trying to simply remove a UI from a player but nothing happens when we activate the function.

I got this fixed eventually but my fix is really specific so didn’t think it would apply to anybody else.
what fixed it for me is that I had a constant loop that was teleporting the player to the same position while the ui was open, apparently this for some reason casued the ui to not function properly.

So you added the constant loop to remove the UI and that fixed it? Or did you already have a constant loop and got rid of that?

no, i had a constant loop that was teleporting the player, it is completely unrelated to the ui and has to do with another mechanic in my game. removing that loop fixed the issue, thats why i didnt think it would apply to anybody else.