UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEncryptionKeyResponse Struct Reference

#include <NetworkDelegates.h>

Public Member Functions

 FEncryptionKeyResponse ()
 
 FEncryptionKeyResponse (EEncryptionResponse InResponse, const FString &InErrorMsg)
 

Public Attributes

EEncryptionResponse Response
 
FString ErrorMsg
 
FEncryptionData EncryptionData
 

Constructor & Destructor Documentation

◆ FEncryptionKeyResponse() [1/2]

FEncryptionKeyResponse::FEncryptionKeyResponse ( )
inline

◆ FEncryptionKeyResponse() [2/2]

FEncryptionKeyResponse::FEncryptionKeyResponse ( EEncryptionResponse  InResponse,
const FString &  InErrorMsg 
)
inline

Member Data Documentation

◆ EncryptionData

FEncryptionData FEncryptionKeyResponse::EncryptionData

Encryption data

◆ ErrorMsg

FString FEncryptionKeyResponse::ErrorMsg

Error message related to the response

◆ Response

EEncryptionResponse FEncryptionKeyResponse::Response

Result of the encryption key request


The documentation for this struct was generated from the following file: