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