Navigation
API > API/Plugins > API/Plugins/StormSyncEditor > API/Plugins/StormSyncEditor/FStormSyncEditorModule
Description
Event handler triggered when a new connection on storm sync network is detected.
The incoming message address ID will be parsed and added to internal RegisteredConnections map if it doesn't exist yet.
| Name | OnServiceDiscoveryConnection |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncEditor/Public/StormSyncEditor.h |
| Include Path | #include "StormSyncEditor.h" |
| Source | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncEditor/Private/StormSyncEditor.cpp |
void OnServiceDiscoveryConnection
(
const FString & MessageAddressUID,
const FStormSyncConnectedDevice & ConnectedDevice
)