Navigation
API > API/Runtime > API/Runtime/PakFile > API/Runtime/PakFile/FPakPlatformFile
Description
Registers a new AES key with the given guid. Triggers the mounting of any pak files that we encountered that use that key
| Name | RegisterEncryptionKey |
| Type | function |
| Header File | /Engine/Source/Runtime/PakFile/Public/IPlatformFilePak.h |
| Include Path | #include "IPlatformFilePak.h" |
| Source | /Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp |
void RegisterEncryptionKey
(
const FGuid & InEncryptionKeyGuid,
const FAES::FAESKey & InKey
)
Parameters
| Name | Remarks |
|---|---|
| InEncryptionKeyGuid | Guid for this encryption key |
| InKey | Encryption key |