Navigation
API > API/Plugins > API/Plugins/StormSyncEditor > API/Plugins/StormSyncEditor/FStormSyncEditorModule
Description
Event handler when a storm sync connected device changes state (active / inactive).
This will update the connection bIsValid value in our internal map, which is used to generate context menu entries enabled / disabled state.
| Name | OnServiceDiscoveryStateChange |
| 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 OnServiceDiscoveryStateChange
(
const FString & MessageAddressUID,
EStormSyncConnectedDeviceState State
)