show virtual keyboard

Hi guys,
ok, after searching a half day its time for help.
I’ve a textbox (multiline) and want to edit it.
In my mind:

  1. open edit-editor (an 3d-widget).
  2. user clicked in textbox –> make keyboard visible
  3. user enter text

I want use the same keyboard like the default in vive-main-menu (enable with grap-key).
But in my case it should visible in my game by clicking in text box.

Please help. I doesn’t found anything.

Ps.: I’m new in Vr and unreal engine :confused:

I’m not sure if it is possible, but if it would be possible then it’d probably not be in BP. If you’re willing to dive into the API, you may find what you’re looking for. It may even be that you have to directly integrate it.

I implemented a UMG keyboard in my Content Examples if you wanted to check it out

Check out https://forums.unrealengine.com/Immersive-Keyboard-(procedural)