From 37361867a5b502340ffbb1b6ec63fbce88e5f980 Mon Sep 17 00:00:00 2001 From: getnamo Date: Thu, 7 Apr 2022 11:45:40 -0700 Subject: [PATCH] Links and version for UE5.0 production --- README.md | 2 +- UDPWrapper.uplugin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf74593..301430e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/UDPWrapper.uplugin b/UDPWrapper.uplugin index 2d05a70..698da18 100644 --- a/UDPWrapper.uplugin +++ b/UDPWrapper.uplugin @@ -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",