Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
| Name | FQuicServerConfig |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicEndpointConfig.h |
| Include Path | #include "QuicEndpointConfig.h" |
Syntax
struct FQuicServerConfig : public FQuicEndpointConfig
Inheritance Hierarchy
- FQuicEndpointConfig → FQuicServerConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthenticationMode | EAuthenticationMode | Holds flag indicating whether the server should authenticate clients. | QuicEndpointConfig.h | |
| Certificate | FString | Holds the certificate for Quic communication. | QuicEndpointConfig.h | |
| ConnCooldownMaxAttempts | uint32 | Holds the maximum attempts until the connection cooldown is triggered. | QuicEndpointConfig.h | |
| ConnCooldownMaxSec | uint32 | Holds the maximum connection cooldown in seconds. | QuicEndpointConfig.h | |
| ConnCooldownMode | EConnectionCooldownMode | Holds flag indicating whether there is a cooldown for connection attempts. | QuicEndpointConfig.h | |
| ConnCooldownPeriodSec | uint32 | Holds the time period in seconds within the max attempts must happen. | QuicEndpointConfig.h | |
| ConnCooldownSec | uint32 | Holds the connection cooldown in seconds. | QuicEndpointConfig.h | |
| MaxAuthenticationMessageSize | uint32 | Holds the maximum authentication message size. | QuicEndpointConfig.h | |
| PrivateKey | FString | Holds the private key. | QuicEndpointConfig.h |