Navigation
API > API/Runtime > API/Runtime/Engine
Specifies how to handle encryption failures
| Name | EEncryptionFailureAction |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h |
| Include Path | #include "Engine/NetworkDelegates.h" |
Syntax
enum EEncryptionFailureAction
{
Default,
RejectConnection,
AllowConnection,
}
Values
| Name | Remarks |
|---|---|
| Default | Default handling of encryption failures - net.AllowEncryption determines whether to reject or accept, with exceptions for PIE etc. |
| RejectConnection | Reject the connection |
| AllowConnection | Allow the connection |