Closed Tivoyagefeak closed 3 years ago
That's looks like it could be a useful enhancement, nicely done!
If you can follow the guide on opening a pull request here: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request, I could merge your change into the repository easily and it will record the contribution credit.
General gist of it is: fork this repository, add your code changes to your fork, commit them and make a pull request against this master branch and I can then merge it.
Clean pull request, nice. Merged here: https://github.com/getnamo/udp-ue4/pull/16. Thanks making the enhancement :)
Hey, First of all: thanks for this plugin. Its really easy to use, even for Unreal beginners (like I am) I wanted to share a litte enhancement I made, in case someone finds it helpful. For my use case, i need to get to know the IP adress from an receiving udp message. Im not sure if its the best way how i solved it because im brandnew to unreal in and their c++ usage but it works for now.
The UDPComponent.h:
UDPComponent.cpp: