Importing multiple UDP threads

Hello,

I had a single simulation running and sending it’s data out through on a specific IP address and port number via UDP. I was able to use “udp-ue4-0.1.0” from github to listen and was able to stream the data into UE4 with no problem. I now need to have to simulations with different port numbers (IPs are the same) sending data out via UDP. I run the UDP blueprints with different port numbers, I can get one or the other to work, but not both at the same time.

How can I listen to multiple UDP threads? When I’ve looked into multicasting, that seems like sending data out of UE4 instead of pulling data into it. Any ideas/suggestions?

Thanks,