UE4-DedicatedServer
UE4-DedicatedServer copied to clipboard
A UE4 plugin which adds proper console support (input) and RCon
4.25
can I use the plugin in UE4.25 source?
Please set this with a reasonable license so it can be used by others legally. Without a license file, my modifications are technically illegal. https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository#choosing-the-right-license From the above link. >...
Autocompletion added to windows platform
Added compatibility for Linux Platform. Tested on x86_64 ubuntu dedicated server.
I use your plugin,and i find that you call `GEngine->Exec( GEngine->GetWorld(), *m_sInput )` in your thread!but `GEngine->GetWorld() `almost run in winmain thread!