Navigation
API > API/Plugins > API/Plugins/CaptureUtils
| Name | FTcpClientHandler |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Network/TcpServer.h |
| Include Path | #include "Network/TcpServer.h" |
Syntax
class FTcpClientHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTcpClientHandler
(
FSocketPtr InSocket, |
Network/TcpServer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTcpClientHandler() |
Network/TcpServer.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DisconnectedError | int32 | Network/TcpServer.h | |
| MaxBufferSize | uint32 | Network/TcpServer.h | |
| TimeoutError | int32 | Network/TcpServer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Endpoint | FString | Network/TcpServer.h | ||
| Socket | FSocketPtr | Network/TcpServer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetEndpoint() |
Network/TcpServer.h | ||
TProtocolResult< uint32 > HasPendingData() |
Network/TcpServer.h | ||
TProtocolResult< TArray< uint8 > > ReceiveMessage
(
const uint64 InSize, |
Network/TcpServer.h | ||
TProtocolResult< void > SendMessage
(
const TArray< uint8 >& InData |
Network/TcpServer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FTcpClientHandler& InOther |
Network/TcpServer.h |