I want to make a chat system.
and I use following code to setup a cmd message box.
ULocalPlayer* LocalPlayer = Cast(Player);
if (LocalPlayer != nullptr && LocalPlayer->ViewportClient->ViewportConsole != nullptr)
{
LocalPlayer->ViewportClient->ViewportConsole->StartTyping("Say ");
}
Dose any one know how to receive the typed string after player press Enter key