getnamo / UDP-Unreal

Convenience UDP wrapper for the Unreal Engine.
MIT License
335 stars 79 forks source link

Adding pin to OnReceivedBytes event to expose SenderPort #28

Closed RachelKLowe closed 2 years ago

RachelKLowe commented 2 years ago

This PR adds a small feature I needed for UDP communication with the application Dragonframe. Dragonframe opens a bound send port when it transmits so I needed access to the sending port in the OnReceivedBytes event so that I could reply back on the bound send port that Dragonframe opened.

getnamo commented 2 years ago

Looks good to me, merged. Thanks for adding the feature!