FMultichannelTcpReceiver::Run

Runs the runnable object.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRunnable::Run()

FMultichannelTcpReceiver::Run()

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/MultichannelTcpReceiver.h

Include

#include "MultichannelTcpReceiver.h"

Syntax

virtual uint32 Run()

Remarks

Runs the runnable object.

This is where all per object thread work is done. This is only called if the initialization was successful.

Returns

The exit code of the runnable object

See Also