FMultichannelTcpReceiver::Init

Initializes the runnable object.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FRunnable::Init()

FMultichannelTcpReceiver::Init()

References

Module

Sockets

Header

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

Include

#include "MultichannelTcpReceiver.h"

Syntax

virtual bool Init()

Remarks

Initializes the runnable object.

This method is called in the context of the thread object that aggregates this, not the thread that passes this runnable to a new thread.

Returns

True if initialization was successful, false otherwise

See Also