FEncryptionComponent::SetEncryptionKey

Sets the encryption key to be used by this component.

Windows
MacOS
Linux

Deprecated

  • Use SetEncryptionData instead

References

Module

PacketHandler

Header

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/EncryptionComponent.h

Include

#include "EncryptionComponent.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss