Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
| |
|
| Name |
FQuicEndpointConfig |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicEndpointConfig.h |
| Include Path |
#include "QuicEndpointConfig.h" |
Syntax
struct FQuicEndpointConfig
Derived Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DiscoveryTimeoutSec |
uint32 |
Holds the discovery timeout in seconds. |
QuicEndpointConfig.h |
|
| EncryptionMode |
EEncryptionMode |
Holds flag indicating whether encryption is enabled. |
QuicEndpointConfig.h |
|
| Endpoint |
FIPv4Endpoint |
Holds the local/remote endpoint. |
QuicEndpointConfig.h |
|
| LocalNodeId |
FGuid |
Holds the local node id. |
QuicEndpointConfig.h |
|