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.
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.
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
Appreciate your assistance though! I am at a loss as to how (or if) this can work as desired.
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)