UNetDriver::FlushHandler

Flushes all packets queued by the connectionless [PacketHandler](API\Runtime\PacketHandler\PacketHandler) NOTE: This should be called shortly after all calls to [PacketHandler::IncomingConnectionless](API\Runtime\PacketHandler\PacketHandler\IncomingConnectionless\1), to minimize packet buffer buildup.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp

Syntax

virtual void FlushHandler()

Remarks

Flushes all packets queued by the connectionless PacketHandler NOTE: This should be called shortly after all calls to PacketHandler::IncomingConnectionless, to minimize packet buffer buildup.

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