AOnlineBeaconClient::SetEncryptionToken

Sets the encryption token that will be sent to servers on connection requests as a parameter to the NMT_Hello message.

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 SetEncryptionToken
(
    const FString & InEncryptionToken
)

Remarks

Sets the encryption token that will be sent to servers on connection requests as a parameter to the NMT_Hello message.

Parameters

Parameter

Description

EncryptionToken

the token 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