UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CookOnTheFlyServerConnection.cpp File Reference
#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::ICookOnTheFlyServerConnectionMakeCookOnTheFlyServerConnection (TUniquePtr< ICookOnTheFlyServerTransport > InTransport, const FString &InHost)
 

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogCotfServerConnection  ,
Log  ,
All   
)

◆ MakeCookOnTheFlyServerConnection()

UE::Cook::ICookOnTheFlyServerConnection * MakeCookOnTheFlyServerConnection ( TUniquePtr< ICookOnTheFlyServerTransport InTransport,
const FString &  InHost 
)