03-19-2025 07:40 AM
Hello,
I tried to get the Virtual Keyboard Overlay to Work in VR for Unreal Engine 5. I followed this tutorial https://developers.meta.com/horizon/documentation/unreal/unreal-keyboard-overlays/ but the keyboard does not appear. Did anybody manage to display the VR Keyboard and could provide me some help?
Thank you in advance.
03-20-2025 02:08 PM - last edited 3 weeks ago
Just enable these:
And if somehow this is not enabled, enable it.
After that, i have a simple widget actor with a text box in my level and when i click on it, it works.
a month ago
Maybe someone has an example of calling the keyboard manually? I can’t figure it out
TSharedPtr<IVirtualKeyboardEntry> TextEntryWidget