I can’t seem to find a way to do this? The intent is to create a widget and place it into a wrap box at a specific index.
Yeah, no. It’s never been a thing in UMG, a weird omission. One BP workaround is to keep widgets in an array, order it there and then repopulate the wrap box container. No need to clear it since widgets can only sit in one panel at a time. Cumbersome.
1 Like
I discovered an interesting solution here:
By using a Parenter Widget (Border in my case) I could insert and extract the needed widget from that Parenter widget, while that Parenter widget remains within the wrapbox, for access to return a widget as a new child.