How to get text cursor(text edit beam)position of a TextBox?
Word index is best…
the same question, i add text to the textbox, set focus in it. the cursor blinks in front of the text! I also can’t find information on how to get the cursor. (4.24.3 on android)
TextBox setFocus() in Blueprint
Yes, after the set focus, the cursor appears at the beginning of the text (in the text box), but it is necessary that at the end
1 Like
This is the key. Right at the very end when the widget is added to the viewport or made visible (from collapsed).