44 EncryptionData.
Key.
Append(Key.GetData(), Key.Num());
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition EncryptionComponent.h:14
virtual bool IsEncryptionEnabled() const =0
virtual void SetEncryptionKey(TArrayView< const uint8 > Key)
Definition EncryptionComponent.h:41
FEncryptionComponent(FName InName)
Definition EncryptionComponent.h:19
virtual void EnableEncryption()=0
virtual void SetEncryptionData(const FEncryptionData &EncryptionData)=0
virtual void DisableEncryption()=0
Definition NameTypes.h:617
Definition PacketHandler.h:728
Definition ArrayView.h:139
void Append(const TArray< OtherElementType, OtherAllocatorType > &Source)
Definition Array.h:2412
TArray< uint8 > Key
Definition CoreNet.h:741