Navigation
API > API/Runtime > API/Runtime/Core
Description
Load keychain from file (legacy function with check/crash on error). For error handling, use LoadKeyChainFromFileEx instead.
| Name | KeyChainUtilities::LoadKeyChainFromFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/KeyChainUtilities.h |
| Include Path | #include "Misc/KeyChainUtilities.h" |
namespace KeyChainUtilities
{
static void KeyChainUtilities::LoadKeyChainFromFile
(
const FString & InFilename,
FKeyChain & OutCryptoSettings
)
}