Navigation
API > API/Runtime > API/Runtime/PacketHandler > API/Runtime/PacketHandler/FEncryptionComponent
References
| Module | PacketHandler |
| Header | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/EncryptionComponent.h |
| Include | #include "EncryptionComponent.h" |
virtual void SetEncryptionKey
(
TArrayView < const uint8 > Key
)
Remarks
Sets the encryption key to be used by this component. The key must be the correct size for the encryption algorithm that the component implements. This should be called before EnableEncryption.