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