Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Whether or not this NetDriver requires encryption. Does signify that encryption is enabled, but does not signify that it's setup properly.
| Name | IsEncryptionRequired |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetDriver.cpp |
virtual bool IsEncryptionRequired() const
Whether or not encryption is presently required for connections.