pak.TestRegisterEncryptionKey
pak.TestRegisterEncryptionKey
#Overview
name: pak.TestRegisterEncryptionKey
This variable is created as a Console Variable (cvar).
- type:
Cmd - help:
Test dynamic encryption key registration. params: <guid> <base64key>
It is referenced in 1 C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/PakFile/Private/IPlatformFilePak.cpp:116
Scope: file
Source code excerpt:
static FAutoConsoleCommand CVar_TestRegisterEncryptionKey(
TEXT("pak.TestRegisterEncryptionKey"),
TEXT("Test dynamic encryption key registration. params: <guid> <base64key>"),
FConsoleCommandWithArgsDelegate::CreateStatic(TestRegisterEncryptionKey));
#endif
TPakChunkHash ComputePakChunkHash(const void* InData, int64 InDataSizeInBytes)
{