Navigation
API > API/Plugins > API/Plugins/StormSyncTransportCore
Basic Ping message
| Name | FStormSyncTransportPingMessage |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncTransportCore/Public/StormSyncTransportMessages.h |
| Include Path | #include "StormSyncTransportMessages.h" |
Syntax
USTRUCT ()
struct FStormSyncTransportPingMessage
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | StormSyncTransportMessages.h | ||
FStormSyncTransportPingMessage
(
const FString& Hostname, |
StormSyncTransportMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hostname | FString | The hostname this message was generated from (defaults to platform computer name) | StormSyncTransportMessages.h |
|
| ProjectName | FString | The local project name this message was generated from | StormSyncTransportMessages.h |
|
| Username | FString | The platform username for the host this message was generated from | StormSyncTransportMessages.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
StormSyncTransportMessages.h |