is-centre / udp-ue4-plugin-win64

A simple UDP communication plugin based on freely available code
MIT License
50 stars 20 forks source link

UDPReceiver #1

Closed air798 closed 5 years ago

air798 commented 5 years ago

I'm sorry to disturb you. I want to know how to write in the receiver blueprint. Can you guide me? Be deeply grateful!

extall commented 5 years ago

The procedure doesn't really differ from the UDPSender implementation. Create new Actor BP, use UDPReceiver as the parent class and proceed from there. Obviously, you need to initialize the socket prior to using the Actor instance, so in the Level BP do that by using a reference to the Actor BP instance.

extall commented 5 years ago

Added a video showing how to use UDPReceiver.