Navigation
API > API/Plugins > API/Plugins/QuicMessaging > API/Plugins/QuicMessaging/IQuicNetworkMessagingExtension
References
| Module | QuicMessaging |
| Header | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessaging/Public/IQuicNetworkMessagingExtension.h |
| Include | #include "IQuicNetworkMessagingExtension.h" |
void SetConnectionCooldown
&40;
const bool bEnabled,
const uint32 MaxAttempts,
const uint32 PeriodSeconds,
const uint32 CooldownSeconds,
const uint32 CooldownMaxSeconds
&41;
Remarks
Set the connection cooldown.
Parameters
| Name | Description |
|---|---|
| bEnabled | Whether the cooldown should be enabled |
| MaxAttempts | Maximum number of attempts |
| PeriodSeconds | Time period for maximum number of attempts in seconds |
| CooldownSeconds | Duration of the cooldown in seconds |
| CooldownMaxSeconds | Max duration of the cooldown in seconds |