Text Widget Autowrap does not Wrap

I am dynamically creating an Anchor Menu Widget (on Get User Menu); when I create the list of items and add them to the menu (Text Widgets), the text does not wrap until the menu item is hovered over (On Hover for Button Widget changes the Font Typeface). I have also tried not dynamically setting the Auto Wrap, and having the Auto Wrap pre-set to true directly on the widget blueprint that I am using to spawn the list of items.
Screenshot of the Widget Containing the Anchor Menu. The Highlighted Widget is the Button that Opens the Menu.


Screenshot of the menu appearing when it is created:

Screenshot of Menu after Text hovered over

Screenshot of the Widget that is spawned as a menu item (Autowap wont wrap until hover)

I cannot figure out how to get the text widget to appear with Autowrap imediately when menu created

You could set a value for the TB’s Wrap Text At but it may not be feasible / flexible enough for many reasons. You could try calling this:

image

For the widget that owns the anchor.

How do you have so much time to answer so many questions? I must say, it is amazing having you apart of the community!

I tried the Force Node in may ways and never got a different result.
image
I tried the node in the “on get user menu” function with the Menu Anchor as the target
Tried using it on the pre-construct and construct nodes of the base widget (TurnPhases) with self as target
Tried Pre-Construct and Construct with the Actions_VBox containing menu anchor as target
Tried the actual Menu Widget (Class elected in Menu Anchoe Details Panel) in pre-con and Construct with self as targt and the VBox as target in which the children are added to

Could not get anything to work :frowning:

Appreciate your assistance though! I am at a loss as to how (or if) this can work as desired.

I’ll have a closer look on Monday. Anchor instatiating user widgets with text boxes that do autowrap immediately. And the thing sits in a scale box.

Could you show an example hierarchy of the widget the anchors brings up? So I can try repro it?

Screenshot of the First Menu Level, MenuAnchor and its on user get menu function


Screenshot of the Widget for the Above Menu Anchor and its on user get menu function



Screenshot of the Widget the SpellLvl_MenuAnchor Uses

I tried the Force node in all places I could think to try in all the widgets
Basically I am creating a 3 tier Menu System using Menu Anchors. I use Function Binding for all Menu Anchors for custom creation of the Menu Anchors

Thanks so much for taking the time to look into this!
Hope these details help (I removed all the force nodes I had placed to try to make it clearer to read)