![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CookOnTheFlyServerConnection.h"#include "CookOnTheFly.h"#include "HAL/PlatformMisc.h"#include "Async/Async.h"#include "IPAddress.h"#include "SocketSubsystem.h"#include "MultichannelTcpSocket.h"#include "NetworkMessage.h"#include "Sockets.h"#include "Misc/App.h"#include "Misc/DateTime.h"#include "Serialization/MemoryReader.h"#include "Misc/CoreDelegates.h"Classes | |
| class | FCookOnTheFlyServerConnection |
Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogCotfServerConnection, Log, All) | |
| UE::Cook::ICookOnTheFlyServerConnection * | MakeCookOnTheFlyServerConnection (TUniquePtr< ICookOnTheFlyServerTransport > InTransport, const FString &InHost) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogCotfServerConnection | , |
| Log | , | ||
| All | |||
| ) |
| UE::Cook::ICookOnTheFlyServerConnection * MakeCookOnTheFlyServerConnection | ( | TUniquePtr< ICookOnTheFlyServerTransport > | InTransport, |
| const FString & | InHost | ||
| ) |