Navigation
API > API/Runtime > API/Runtime/InterchangeCore
| Name | FAttributeKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
Syntax
struct FAttributeKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttributeKey
(
const FStringView& Other |
Types/AttributeStorage.h | ||
FAttributeKey
(
const TCHAR* Other |
Types/AttributeStorage.h | ||
FAttributeKey
(
const FText& Other |
Types/AttributeStorage.h | ||
FAttributeKey
(
FString&& Other |
Types/AttributeStorage.h | ||
FAttributeKey
(
const FString& Other |
Types/AttributeStorage.h | ||
FAttributeKey
(
const FName& Other |
Types/AttributeStorage.h | ||
| Types/AttributeStorage.h | |||
FAttributeKey
(
const FAttributeKey& Other |
Types/AttributeStorage.h | ||
FAttributeKey
(
FAttributeKey&& Other |
Types/AttributeStorage.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | FString | Types/AttributeStorage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName ToName() |
Types/AttributeStorage.h | ||
const FString & ToString() |
Types/AttributeStorage.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FAttributeKey& Other |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
const FText& Other |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
const FAttributeKey& |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
FAttributeKey&& |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
const FName& Other |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
const FString& Other |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
FString&& Other |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
const TCHAR* Other |
Types/AttributeStorage.h | ||
bool operator==
(
const FAttributeKey& Other |
Types/AttributeStorage.h | ||
bool operator>
(
const FAttributeKey& Other |
Types/AttributeStorage.h | ||
bool operator>=
(
const FAttributeKey& Other |
Types/AttributeStorage.h |