UNetConnection::FlushPacketOrderCache

Flush the cache of sequenced packets waiting for a missing packet.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

void FlushPacketOrderCache
(
    bool bFlushWholeCache
)

Remarks

Flush the cache of sequenced packets waiting for a missing packet. Will flush only up to the next missing packet, unless bFlushWholeCache is set.

Parameters

Parameter

Description

bFlushWholeCache

Whether or not the whole cache should be flushed, or only flush up to the next missing packet

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss