Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net > API/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 TrackSendBunch
&40;
FOutBunch &42; OutBunch,
uint16 NumBits,
UNetConnection &42; Connection
&41;
Remarks
Mid level UChannel::SendBunch information.
Mid level UChannel::SendBunch information.
Parameters
| Name | Description |
|---|---|
| OutBunch | FOutBunch being sent |
| NumBits | Num bits to serialize for this bunch (not including merging) |
| Channel | UChannel data is being sent to/ on |
| OutBunch | FOutBunch being sent |
| NumBits | Num bits to serialize for this bunch (not including merging) |