Navigation
API > API/Plugins > API/Plugins/StormSyncEditor > API/Plugins/StormSyncEditor/FStormSyncEditorModule
Description
Event handler when remote server status for storm sync connected device has changed (running and listening or stopped).
This will update the connection bIsServerRunning value in our internal map, which is used to generate context menu entries enabled / disabled state.
| Name | OnServiceDiscoveryServerStatusChange |
| 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 OnServiceDiscoveryServerStatusChange
(
const FString & MessageAddressUID,
bool bIsServerRunning
)