Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport > API/Plugins/QuicMessagingTransport/FQuicEndpointManager
Description
Check if a QuicServerHandler endpoint is authenticated.
This is only used for QuicServers
| Name | IsEndpointAuthenticated |
| Type | function |
| Header File | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicEndpointManager.h |
| Include Path | #include "QuicEndpointManager.h" |
| Source | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Private/QuicEndpointManager.cpp |
bool IsEndpointAuthenticated
(
const FGuid & NodeId
) const
True if the endpoint is authenticated
Parameters
| Name | Remarks |
|---|---|
| NodeId | The endpoint associated with this node |