Convenience ActorComponent TCP socket wrapper for the Unreal Engine.
Meant to be styled like https://github.com/getnamo/SocketIOClient-Unreal but for raw tcp sockets. Due to no dependencies this should work on a wider variety of platforms, but if your platform supports socket.io, I'd highly recommend using https://github.com/getnamo/SocketIOClient-Unreal/releases instead.
- Download Latest Release
- Create new or choose project.
- Browse to your project folder (typically found at Documents/Unreal Project/{Your Project Root})
- Copy Plugins folder into your Project root.
- Plugin should be now ready to use.
Not yet written. For now see https://github.com/getnamo/UDP-Unreal#how-to-use---basics as this plugin follows the udp plugin concepts closely but with bi-directional sockets instead.
Need some simple test servers? Use tcpEcho.js gist to test TCPClientComponent
and tcpClient.js to test TCPServerComponent
.