Navigation
API > API/Runtime > API/Runtime/Core
Result from loading keychain
| Name | FKeyChainLoadResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/KeyChainUtilities.h |
| Include Path | #include "Misc/KeyChainUtilities.h" |
Syntax
struct FKeyChainLoadResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSuccess | bool | Misc/KeyChainUtilities.h | ||
| ErrorMessage | FString | Misc/KeyChainUtilities.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsOk() |
Misc/KeyChainUtilities.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FKeyChainLoadResult Error
(
const FString& Message |
Misc/KeyChainUtilities.h | ||
static FKeyChainLoadResult Success() |
Misc/KeyChainUtilities.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Misc/KeyChainUtilities.h |