FUdpSocketSender::FUdpSocketSender

Creates and initializes a new socket sender.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Common/UdpSocketSender.h"

Syntax

FUdpSocketSender
(
    FSocket * InSocket,
    const TCHAR * ThreadDescription
)

Remarks

Creates and initializes a new socket sender.

Parameters

Parameter

Description

InSocket

The UDP socket to use for sending data.

ThreadDescription

The thread description text (for debugging).

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