Navigation
API > API/Plugins > API/Plugins/PlatformCryptoTypes
Structure with public/private key pair.
| Name | FCryptoKeyPair |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoTypes/Public/PlatformCryptoTypes.h |
| Include Path | #include "PlatformCryptoTypes.h" |
Syntax
struct FCryptoKeyPair
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PrivateKey | TArray< uint8 > | PlatformCryptoTypes.h | ||
| PublicKey | TArray< uint8 > | PlatformCryptoTypes.h |