![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetworkDelegates.h>
Public Member Functions | |
| FEncryptionKeyResponse () | |
| FEncryptionKeyResponse (EEncryptionResponse InResponse, const FString &InErrorMsg) | |
Public Attributes | |
| EEncryptionResponse | Response |
| FString | ErrorMsg |
| FEncryptionData | EncryptionData |
|
inline |
|
inline |
| FEncryptionData FEncryptionKeyResponse::EncryptionData |
Encryption data
| FString FEncryptionKeyResponse::ErrorMsg |
Error message related to the response
| EEncryptionResponse FEncryptionKeyResponse::Response |
Result of the encryption key request