Navigation
| Name | QuicMessaging |
| Type | Plugin |
| Part of Plugins | QUIC Messaging |
| Location | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessaging/ |
| Module Build Rules | QuicMessaging.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FQuicMetaMessageContext | |
| UQuicMessagingSettings |
Structs
| Name | Remarks |
|---|---|
| FQuicAuthMessage | |
| FQuicAuthResponseMessage | |
| FQuicMetaMessage |
Interfaces
| Name | Remarks |
|---|---|
| IQuicNetworkMessagingExtension | Interface for the messaging module network extension Plugins or modules implementing messaging transport for MessageBus can implement this modular feature to provide control on the service it provides. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnQuicClientConnectionChanged | TMulticastDelegate_ThreeParams< void, const FGuid &, const FIPv4Endpoint &, const EQuicClientConnectionState > | Delegate informing bound functions when a QuicClient has connected to or disconnected from a remote endpoint (QuicServer). | QuicTransportNotifications.h |
| FOnQuicMetaMessageReceived | TMulticastDelegate_TwoParams< void, const FGuid, const TSharedRef< IMessageContext > & > | QuicTransportMessages.h |
Enums
Public
| Name | Remarks |
|---|---|
| EQuicClientConnectionState | Enumerates QuicClient connection state to the remote endpoint. |
| EQuicMessageFormat | Defines the Quic message format available (how the message data is encoded). |