Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetworkProfiler
Description
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.
| Name | PushSendBunch |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h |
| Include Path | #include "Net/NetworkProfiler.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp |
void PushSendBunch
(
UNetConnection * Connection,
FOutBunch * OutBunch,
uint16 NumHeaderBits,
uint16 NumPayloadBits
)
Parameters
| Name | Remarks |
|---|---|
| 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 |