FNetworkProfiler::TrackSocketSend

Low level [FSocket::Send](API\Runtime\Sockets\FSocket\Send) information.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h

Include

#include "Net/NetworkProfiler.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp

Syntax

void TrackSocketSend
(
    const FString & SocketDesc,
    const void * Data,
    uint16 BytesSent
)

Remarks

Low level FSocket::Send information.

Parameters

Parameter

Description

SocketDesc

Description of socket data is being sent to

Data

Data sent

BytesSent

Bytes actually being sent

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