Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
Description
Flush the cache of sequenced packets waiting for a missing packet. Will flush only up to the next missing packet, unless bFlushWholeCache is set.
| Name | FlushPacketOrderCache |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetConnection.cpp |
void FlushPacketOrderCache
(
bool bFlushWholeCache
)
Parameters
| Name | Remarks |
|---|---|
| bFlushWholeCache | Whether or not the whole cache should be flushed, or only flush up to the next missing packet |