UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ICookOnTheFlyServerTransport Class Referenceabstract

#include <CookOnTheFlyServerConnection.h>

+ Inheritance diagram for ICookOnTheFlyServerTransport:

Public Member Functions

 ICookOnTheFlyServerTransport ()
 
virtual ~ICookOnTheFlyServerTransport ()
 
virtual bool Initialize (const TCHAR *)=0
 
virtual void Disconnect ()=0
 
virtual bool SendPayload (const TArray< uint8 > &Payload)=0
 
virtual bool HasPendingPayload ()=0
 
virtual bool ReceivePayload (FArrayReader &Payload)=0
 

Constructor & Destructor Documentation

◆ ICookOnTheFlyServerTransport()

ICookOnTheFlyServerTransport::ICookOnTheFlyServerTransport ( )
inline

◆ ~ICookOnTheFlyServerTransport()

virtual ICookOnTheFlyServerTransport::~ICookOnTheFlyServerTransport ( )
inlinevirtual

Member Function Documentation

◆ Disconnect()

virtual void ICookOnTheFlyServerTransport::Disconnect ( )
pure virtual

Implemented in FPlatformTransport, and FTCPTransport.

◆ HasPendingPayload()

virtual bool ICookOnTheFlyServerTransport::HasPendingPayload ( )
pure virtual

Implemented in FPlatformTransport, and FTCPTransport.

◆ Initialize()

virtual bool ICookOnTheFlyServerTransport::Initialize ( const TCHAR )
pure virtual

Implemented in FPlatformTransport, and FTCPTransport.

◆ ReceivePayload()

virtual bool ICookOnTheFlyServerTransport::ReceivePayload ( FArrayReader Payload)
pure virtual

Implemented in FPlatformTransport, and FTCPTransport.

◆ SendPayload()

virtual bool ICookOnTheFlyServerTransport::SendPayload ( const TArray< uint8 > &  Payload)
pure virtual

Implemented in FPlatformTransport, and FTCPTransport.


The documentation for this class was generated from the following file: