FOnSocketDataReceived

Delegate type for received data.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss