ECrowdControlConnectionState
Inherits Enum
The typed connection state broadcast by UCrowdControlSubsystem::OnConnectionStateChanged.
Enums
ECrowdControlConnectionState
[Connecting = 0, Disconnected = 1, WaitingForLogin = 2, Connected = 3]Connecting means a connection attempt is in progress. WaitingForLogin means the service is connected but user authorization is incomplete. Connected means the plugin is authenticated and ready for effects.
