Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FEncryptionKeyResponse |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h |
| Include Path |
#include "Engine/NetworkDelegates.h" |
Syntax
struct FEncryptionKeyResponse
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Engine/NetworkDelegates.h |
|
|
|
Engine/NetworkDelegates.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EncryptionData |
FEncryptionData |
Encryption data |
Engine/NetworkDelegates.h |
|
| ErrorMsg |
FString |
Error message related to the response |
Engine/NetworkDelegates.h |
|
| Response |
EEncryptionResponse |
Result of the encryption key request |
Engine/NetworkDelegates.h |
|
Functions
Public