#include <windows.h> void UPathManagerBPLibrary::ShowVirtualKeyboard() { ShellExecute(NULL, L"open", L"osk.exe", NULL, NULL, SW_SHOWNORMAL); }