Navigation
API > API/Plugins > API/Plugins/CaptureUtils
| Name | FTcpClient |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Network/TcpClient.h |
| Include Path | #include "Network/TcpClient.h" |
Syntax
class FTcpClient
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTcpClient() |
Network/TcpClient.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTcpClient() |
Network/TcpClient.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BufferSize | uint32 | Network/TcpClient.h | |
| DisconnectedError | int32 | Network/TcpClient.h | |
| NoPendingDataError | int32 | Network/TcpClient.h | |
| ReadError | int32 | Network/TcpClient.h | |
| TimeoutError | int32 | Network/TcpClient.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRunning | bool | Network/TcpClient.h | ||
| TcpSocket | FSocketPtr | Network/TcpClient.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProtocolResult< void > Init() |
Network/TcpClient.h | ||
bool IsRunning() |
Network/TcpClient.h | ||
TProtocolResult< TArray< uint8 > > ReceiveMessage
(
const uint64 InSize, |
Network/TcpClient.h | ||
TProtocolResult< void > SendMessage
(
const TArray< uint8 >& InPayload |
Network/TcpClient.h | ||
TProtocolResult< void > Start
(
const FString& InServerAddress |
Blocking function until connection is established. | Network/TcpClient.h | |
TProtocolResult< void > Stop() |
Network/TcpClient.h |