Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
If the key encountered a problem the type will be switched to FKeyIssue and the description contains an explanation of the problem.
| Name | FKeyIssue |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/MapKey.h |
| Include Path | #include "DataStorage/MapKey.h" |
Syntax
struct FKeyIssue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FKeyIssue () |
DataStorage/MapKey.h | ||
FKeyIssue
(
const FString::ElementType* Description |
DataStorage/MapKey.h | ||
| DataStorage/MapKey.h | |||
FKeyIssue
(
FStringView Description |
DataStorage/MapKey.h | ||
FKeyIssue
(
const FKeyIssueView& Description |
DataStorage/MapKey.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FString | DataStorage/MapKey.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FKeyIssue& Rhs |
DataStorage/MapKey.h | ||
bool operator!=
(
const FKeyIssueView& Rhs |
DataStorage/MapKey.h | ||
bool operator==
(
const FKeyIssue& Rhs |
DataStorage/MapKey.h | ||
bool operator==
(
const FKeyIssueView& Rhs |
DataStorage/MapKey.h |