FAESHandlerComponent::SetEncryptionData

Replace the key used for encryption with NewKey if NewKey is exactly KeySizeInBytes long.

Windows
MacOS
Linux

Override Hierarchy

FEncryptionComponent::SetEncryptionData()

FAESHandlerComponent::SetEncryptionData()

References

Module

AESHandlerComponent

Header

/Engine/Plugins/Runtime/PacketHandlers/AESHandlerComponent/Source/Public/AESHandlerComponent.h

Include

#include "AESHandlerComponent.h"

Source

/Engine/Plugins/Runtime/PacketHandlers/AESHandlerComponent/Source/Private/AESHandlerComponent.cpp

Syntax

virtual void SetEncryptionData
(
    const FEncryptionData & EncryptionData
)

Remarks

Replace the key used for encryption with NewKey if NewKey is exactly KeySizeInBytes long.

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