UPendingNetGame::SetEncryptionKey

Set the encryption key for the connection.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/PendingNetGame.h

Include

#include "Engine/PendingNetGame.h"

Source

/Engine/Source/Runtime/Engine/Private/PendingNetGame.cpp

Syntax

void SetEncryptionKey
(
    const FEncryptionKeyResponse & Response
)

Remarks

Set the encryption key for the connection. This doesn't cause outgoing packets to be encrypted, but it allows the connection to decrypt any incoming packets if needed.

Parameters

Parameter

Description

Response

response from the game containing its encryption key or an error message

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