| AutoRepairAttemptLimit |
uint32 |
The number of consecutive attempt the auto repair routine will try to repair. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| bAuthEnabled |
bool |
Whether server side authentication is enabled |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| bAutoRepair |
bool |
Whether the Quic transport channel should try to auto repair when in error. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| bClientVerificationEnabled |
bool |
Whether the QUIC client should verify the server certificate |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| bConnectionCooldownEnabled |
bool |
Whether server has a cooldown for connection attempts. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| bEncryption |
bool |
Whether encryption should be used after the quic handshake |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| bIsClient |
bool |
Whether the QUIC transport endpoint is a client (true) or a server (false) |
Shared/QuicMessagingSettings.h |
|
| bStopServiceWhenAppDeactivates |
bool |
Whether to stop the transport service when the application deactivates, and restart it when the application is reactivated |
Shared/QuicMessagingSettings.h |
|
| ConnectionCooldownMaxAttempts |
uint32 |
Maximum number of connection attempts until the cooldown is triggered. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| ConnectionCooldownMaxSeconds |
uint32 |
Maximum connection cooldown in seconds for exponential backoff. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| ConnectionCooldownPeriodSeconds |
uint32 |
Time period in seconds within which the maximum attempts must happen. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| ConnectionCooldownSeconds |
uint32 |
Connection cooldown in seconds used with exponential backoff. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| DiscoveryTimeoutSeconds |
uint32 |
Timeout in seconds when the remote endpoint cannot be discovered. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| EnabledByDefault |
bool |
Whether Quic messaging is enabled by default. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Availability
|
| EnableTransport |
bool |
Whether the Quic transport channel is enabled. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
|
| EndpointGuid |
FGuid |
Guid of this endpoint |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| MaxAuthenticationMessageSize |
uint32 |
Maximum authentication message size for server side authentication |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| MessageFormat |
EQuicMessageFormat |
The format used to serialize the Quic message payload. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
|
| QuicServerCertificate |
FString |
Server certificate to encrypt QUIC transport |
Shared/QuicMessagingSettings.h |
|
| QuicServerPrivateKey |
FString |
Server private key to encrypt QUIC transport |
Shared/QuicMessagingSettings.h |
|
| StaticEndpoints |
TArray< FString > |
The IP endpoints of static devices. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
- AdvancedDisplay
|
| UnicastEndpoint |
FString |
The IP endpoint to listen to and send packets from. |
Shared/QuicMessagingSettings.h |
- Config
- EditAnywhere
- Category=Transport
|