Skip to content

Convenience TCP wrapper for Unreal Engine 4

License

Notifications You must be signed in to change notification settings

JerryHyun/tcp-ue4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Convenience TCP wrapper for Unreal Engine 4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 94.8%
  • C# 5.2%