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