Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
References
| Module | QuicMessagingTransport |
| Header | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicFlags.h |
| Include | #include "QuicFlags.h" |
Syntax
enum EEncryptionMode
&123;
Enabled,
Disabled,
&125;
Values
| Name | Description |
|---|---|
| Enabled | Encryption is enabled. |
| Disabled | Encryption is disabled. |
Remarks
Enumerates encryption mode.
When disabled, encryption will only be used for the handshake. Further communication will be unencrypted.
Both endpoints must have the same setting to successfully connect.