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 FlushOutgoingBunches
&40;
UNetConnection &42; Connection
&41;
Remarks
Writes all the outgoing bunches for a connection in the stack to the profiler data stream.
Parameters
Name | Description |
---|---|
Connection | the connection which is about to send any pending bunches over the network |