Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FEncryptionData |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/CoreNet.h |
| Include Path | #include "UObject/CoreNet.h" |
Syntax
struct FEncryptionData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Fingerprint | TArray< uint8 > | Encryption fingerprint | UObject/CoreNet.h | |
| Identifier | FString | Encryption identifier | UObject/CoreNet.h | |
| Key | TArray< uint8 > | Encryption key | UObject/CoreNet.h |