AOnlineBeaconClient::SetEncryptionKey

Sets the encryption key that will be used for server connections.

Windows
MacOS
Linux

Deprecated

  • Use SetEncryptionData instead

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeaconClient.h

Include

#include "OnlineBeaconClient.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/OnlineBeaconClient.cpp

Syntax

void SetEncryptionKey
(
    TArrayView< uint8 > InEncryptionKey
)

Remarks

Sets the encryption key that will be used for server connections.

Parameters

Parameter

Description

EncryptionKey

the key to use

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