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