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 PushSendBunch
&40;
UNetConnection &42; Connection,
FOutBunch &42; OutBunch,
uint16 NumHeaderBits,
uint16 NumPayloadBits
&41;
Remarks
Add a sent bunch to the stack. These bunches are not written to the stream immediately, because they may be merged with another bunch in the future.
Parameters
| Name | Description |
|---|---|
| Connection | The connection on which this bunch was sent |
| OutBunch | The bunch being sent |
| NumHeaderBits | Number of bits in the bunch header |
| NumPayloadBits | Number of bits in the bunch, excluding the header |