Navigation
API > API/Plugins > API/Plugins/StormSyncCore
References
| Module | StormSyncCore |
| Header | /Engine/Plugins/Experimental/StormSync/Source/StormSyncCore/Public/StormSyncCoreDelegates.h |
| Include | #include "StormSyncCoreDelegates.h" |
Syntax
enum EStormSyncConnectedDeviceState
{
State_Active,
State_Unresponsive,
State_Disconnected,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Connection states for storm sync discovered devices over the network