![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <PlatformTransport.h>
Inheritance diagram for FPlatformTransport:Public Member Functions | |
| FPlatformTransport (int32 InProtocolIndex, const FString &InProtocolName) | |
| ~FPlatformTransport () | |
| virtual bool | Initialize (const TCHAR *HostIp) override |
| virtual bool | SendPayload (const TArray< uint8 > &Payload) override |
| virtual bool | ReceivePayload (FArrayReader &Payload) override |
| virtual bool | HasPendingPayload () override |
| virtual void | Disconnect () override |
Public Member Functions inherited from ICookOnTheFlyServerTransport | |
| ICookOnTheFlyServerTransport () | |
| virtual | ~ICookOnTheFlyServerTransport () |
Implementation of ITransport using IPlatformHostCommunication/IPlatformHostSocket interfaces (custom target and host pc communication).
| FPlatformTransport::FPlatformTransport | ( | int32 | InProtocolIndex, |
| const FString & | InProtocolName | ||
| ) |
| FPlatformTransport::~FPlatformTransport | ( | ) |
|
overridevirtual |
Implements ICookOnTheFlyServerTransport.
|
overridevirtual |
Implements ICookOnTheFlyServerTransport.
Implements ICookOnTheFlyServerTransport.
|
overridevirtual |
Implements ICookOnTheFlyServerTransport.
Implements ICookOnTheFlyServerTransport.