"{ } |" -> "{ | }" Need to move cursor inside multiline editable text box

How can I move cursor inside multiline editable text box. (Using Slate c++).
Or can I spawn char after the cursor. For example: When I spawn “{” char, “}” char should be spawned automatically and the cursor should be positioned like this: “{ } |” → “{ | }”

Solved. Function named “GoTo”