UIpConnection::WaitForSendTasks

If CVarNetIpConnectionUseSendTasks is true, blocks until there are no outstanding send tasks.

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/IpConnection.h

Include

#include "IpConnection.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/IpConnection.cpp

Syntax

void WaitForSendTasks()

Remarks

If CVarNetIpConnectionUseSendTasks is true, blocks until there are no outstanding send tasks. Since these tasks need to access the socket, this is called before the net driver closes the socket.

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