FEncryptionKeyResponse

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h

Include

#include "Engine/NetworkDelegates.h"

Syntax

struct FEncryptionKeyResponse

Variables

Name Description

Public variable

FEncryptionData

 

EncryptionData

Encryption data

Public variable

FString

 

ErrorMsg

Error message related to the response

Public variable

EEncryptionResp...

 

Response

Result of the encryption key request

Constructors

Name Description

Public function

FEncryptionKeyResponse()

Public function

FEncryptionKeyResponse

(
    EEncryptionResponse InResponse,
    const FString& InErrorMsg
)

Deprecated Variables

Name Description

Public variable

TArray< uint8 >

 

EncryptionKey

Use EncryptionData struct instead.

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