Navigation
API > API/Plugins > API/Plugins/StormSyncCore
Connection states for storm sync discovered devices over the network
| Name | EStormSyncConnectedDeviceState |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncCore/Public/StormSyncCoreDelegates.h |
| Include Path | #include "StormSyncCoreDelegates.h" |
Syntax
enum EStormSyncConnectedDeviceState
{
State_Active,
State_Unresponsive,
State_Disconnected,
}
Values
| Name | Remarks |
|---|---|
| State_Active | Connected and known from this editor instance |
| State_Unresponsive | Became unresponsive, haven't received any heartbeats for a certain amount of time (as configured in project settings) |
| State_Disconnected | Initial state before service discovery has a chance to update state |