Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
| |
|
| Name |
FStormSyncTransportTcpPacket |
| Type |
struct |
| Header File |
/Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportTcpPackets.h |
| Include Path |
#include "StormSyncTransportTcpPackets.h" |
Syntax
USTRUCT ()
struct FStormSyncTransportTcpPacket
Derived Classes
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FStormSyncTransportTcpPacket()
|
|
StormSyncTransportTcpPackets.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Command |
FString |
An arbitrary "command" used when parsing JSON string to differentiate the incoming packets. |
StormSyncTransportTcpPackets.h |
|
| HostName |
FString |
Host name the packet was generated from |
StormSyncTransportTcpPackets.h |
|
Functions
Public