Navigation
API > API/Plugins > API/Plugins/CaptureUtils
| Name | FUdpClient |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Network/UdpClient.h |
| Include Path | #include "Network/UdpClient.h" |
Syntax
class FUdpClient
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUdpClient() |
Network/UdpClient.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FUdpClient() |
Network/UdpClient.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| BufferSize | uint32 | Network/UdpClient.h | |
| ThreadWaitTime | uint32 | Network/UdpClient.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRunning | bool | Network/UdpClient.h | ||
| UdpReceiver | TUniquePtr< FUdpSocketReceiver > | Network/UdpClient.h | ||
| UdpSocket | TUniquePtr< FSocket > | Network/UdpClient.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProtocolResult< void > Init
(
FUdpClientConfigure InConfig, |
Network/UdpClient.h | ||
TProtocolResult< int32 > SendMessage
(
const TArray< uint8 >& InPayload, |
Network/UdpClient.h | ||
TProtocolResult< void > Start() |
Network/UdpClient.h | ||
TProtocolResult< void > Stop() |
Network/UdpClient.h |