![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Serialization/BufferArchive.h"#include "NetworkMessage.h"#include "Misc/ScopedEvent.h"#include "Misc/ScopeLock.h"#include "HAL/RunnableThread.h"#include "HAL/Runnable.h"#include "MultichannelTcpGlobals.h"Go to the source code of this file.
Classes | |
| class | FMultichannelTcpSender |
Functions | |
| DECLARE_DELEGATE_RetVal_TwoParams (bool, FOnMultichannelTcpOkToSend, int32, uint32) | |
| DECLARE_DELEGATE_RetVal_TwoParams | ( | bool | , |
| FOnMultichannelTcpOkToSend | , | ||
| int32 | , | ||
| uint32 | |||
| ) |
Declares a delegate to be invoked when checking if bandwidth permits sending a packet
The first parameter is the size of the packet to send. The second parameter is the channel that the packet would be sent on.