Skip to content

v0.1.0 for UE4.19

Compare
Choose a tag to compare
@getnamo getnamo released this 12 Apr 12:48
· 79 commits to master since this release

First release

  • Basic instructions: add UDP component to your actor of choice. Change class default settings to suit your needs, e.g. send and receive ip/ports as well as whether you'd like to auto-listen/prep sending socket on beginplay.
  • After preparing sending socket (by default on begin play) use emit to emit some bytes
  • Socket.io dependency added for easy SIOJson data type conversions, can be removed easily without core functionality issues.
  • It is intended to be used in conjunction with socket.io client ue4 which provides good tcp based control as the real-time data streaming counterpart.
  • Tested and working with node.js dgram implementation.