Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack
| Name | FTcpClientWriter |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Communication/TcpClient.h |
| Include Path | #include "Communication/TcpClient.h" |
Syntax
class FTcpClientWriter : public ITcpSocketWriter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTcpClientWriter
(
FTcpClient& InClient |
Communication/TcpClient.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Client | FTcpClient & | Communication/TcpClient.h |
Functions
Public
Overridden from ITcpSocketWriter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > SendMessage
(
const TArray< uint8 >& InPayload |
Communication/TcpClient.h |