I’m facing a challenging issue with my UMG UI setup in UE5.3. Whenever I switch between the children of a Widget Switcher, other UI elements, not the children themselves, are experiencing a resizing issue.
Here are the details of the setup:
- The problem occurs even when the Widget Switcher maintains a constant size.
- The affected UI elements are not part of the Widget Switcher but are placed elsewhere in the layout.
- There are no animations, transitions, or dynamic bindings that should affect the size of these unrelated UI elements.
Has anyone encountered this issue, or could you provide insight into what might be causing these indirect UI effects? What could be influencing the size of these separate UI elements upon the child switch, and how can I prevent this from happening?