Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
References
| Module | QuicMessagingTransport |
| Header | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicNodeInfo.h |
| Include | #include "QuicNodeInfo.h" |
Syntax
struct FQuicNodeInfo
Remarks
Structure for known remote endpoints.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAuthenticated | Denotes wheter this remote node is authenticated or not. | |
| FIPv4Endpoint | Endpoint | Holds the node's endpoint. | |
| FIPv4Endpoint | LocalEndpoint | Holds the node's local quic endpoint. | |
| FGuid | NodeId | Holds the endpoint's node identifier. | |
| FMessageTransportStatistics | Statistics | Various transport statistics for this endpoint |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FQuicNodeInfo
(
const FIPv4Endpoint& InEndpoint, |
Creates and initializes a new instance. |