R.Achmann
(R.Achmann)
January 4, 2025, 10:32pm
1
[FSO] UE 5.5 Beginner here! [FSO]
In my Level Library, i have a Widget Blueprint that has a MultiLineEditableTextBox
In it’s event graph, I set the focus to the MLETB when created:
In my level blueprint on Begin Play, I create the widget:
But when I ‘Play’, I can see the widget, but can’t enter any text in the text box.
I’ve seen may examples on YouTube, but this MLETB is in a widget… I can’t seem to get it to work! Help!
ImRone02
(ImRone02)
January 5, 2025, 2:14am
2
You should change input mode to “game and ui” or “only ui”
R.Achmann
(R.Achmann)
January 5, 2025, 8:46pm
3
Thank you.
I tried these, but still no joy:
But am I missing a font? Are there no input fonts installed by default?
I do see text for static text:
R.Achmann
(R.Achmann)
January 5, 2025, 9:00pm
4
Ok, after reviewing the font for static textbox, I was able to use the font dropdown for my MLETB as well and assign a font. Perhaps a bug? It now works as expected