Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Common > API/Runtime/Networking/Common/FUdpSocketReceiver
References
Module | Networking |
Header | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h |
Include | #include "Common/UdpSocketReceiver.h" |
FOnSocketDataReceived & OnDataReceived&40;&41;
Remarks
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. The delegate.