All Projects → getnamo → tcp-ue4

getnamo / tcp-ue4

Licence: MIT License
Convenience TCP wrapper for Unreal Engine 4

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects

tcp-ue4

Convenience ActorComponent TCP socket wrapper for Unreal Engine 4.

GitHub release Github All Releases

Meant to be styled like https://github.com/getnamo/socketio-client-ue4 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/socketio-client-ue4/releases instead.

Quick Install & Setup

  1. Download Latest Release
  2. Create new or choose project.
  3. Browse to your project folder (typically found at Documents/Unreal Project/{Your Project Root})
  4. Copy Plugins folder into your Project root.
  5. Plugin should be now ready to use.

How to use - Basics

Not yet written. For now see https://github.com/getnamo/udp-ue4#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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].