Navigation
API > API/Plugins > API/Plugins/QuicMessagingTransport
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.
| Name | EEncryptionMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/QuicMessaging/Source/QuicMessagingTransport/Public/QuicFlags.h |
| Include Path | #include "QuicFlags.h" |
Syntax
enum EEncryptionMode
{
Enabled,
Disabled,
}
Values
| Name | Remarks |
|---|---|
| Enabled | Encryption is enabled. |
| Disabled | Encryption is disabled. |