Skip to content

Commit

Permalink
Links and version for UE5.0 production
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Apr 7, 2022
1 parent 7ad1491 commit 3736186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Convenience ActorComponent UDP wrapper for Unreal Engine 4.
[![GitHub release](https://img.shields.io/github/release/getnamo/UDP-Unreal.svg)](https://github.com/getnamo/UDP-Unreal/releases)
[![Github All Releases](https://img.shields.io/github/downloads/getnamo/UDP-Unreal/total.svg)](https://github.com/getnamo/UDP-Unreal/releases)

This may not be the most sensible wrapper for your use case, but is meant to co-exist with https://github.com/getnamo/socketio-client-ue4 with similar workflow.
This may not be the most sensible wrapper for your use case, but is meant to co-exist with https://github.com/getnamo/SocketIOClient-Unreal with similar workflow.

Wraps built-in ue4 udp functionality as an actor component (_UDPComponent_) with both sending and receiving capabilities. Works through the c++ _FUDPNative_ wrapper which can be included and re-linked in a custom non actor component class if desired.

Expand Down
2 changes: 1 addition & 1 deletion UDPWrapper.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.3",
"VersionName": "1.2.0",
"FriendlyName": "UDPWrapper",
"Description": "Convenience UDP wrapper plugin.",
"Category": "Networking",
Expand Down

0 comments on commit 3736186

Please sign in to comment.