Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Common
Type
typedef TBaseDelegate_TwoParams< void, const FArrayReaderPtr &, const FIPv4Endpoint & > FOnSocketDataReceived
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h |
| Include | #include "Common/UdpSocketReceiver.h" |
Remarks
Delegate type for received data.
The first parameter is the received data. The second parameter is sender's IP endpoint.