Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FUdpSocketReceiver
Description
Returns a delegate that is executed when data has been received.
This delegate must be bound before the receiver thread is started with the Start() method. It cannot be unbound while the thread is running.
| Name | OnDataReceived |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h |
| Include Path | #include "Common/UdpSocketReceiver.h" |
FOnSocketDataReceived & OnDataReceived()
The delegate.