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