FUdpSocketReceiver::OnDataReceived

Returns a delegate that is executed when data has been received.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Common/UdpSocketReceiver.h

Include

#include "Common/UdpSocketReceiver.h"

Syntax

FOnSocketDataReceived & OnDataReceived()

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.

Returns

The delegate.

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