Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Net > FNetworkProfiler
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 |
void TrackSocketSend
&40;
const FString & SocketDesc,
const void &42; Data,
uint16 BytesSent
&41;
Remarks
Low level FSocket::Send information.
Parameters
Name | Description |
---|---|
SocketDesc | Description of socket data is being sent to |
Data | Data sent |
BytesSent | Bytes actually being sent |