Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/FAttributeKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 FText& Other |
Types/AttributeStorage.h | ||
FAttributeKey & operator=
(
const TCHAR* Other |
Types/AttributeStorage.h |
operator=(const FAttributeKey &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
FAttributeKey & operator=
(
const FAttributeKey &
)
operator=(FAttributeKey &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
FAttributeKey & operator=
(
FAttributeKey &&
)
operator=(const FName &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
FAttributeKey & operator=
(
const FName & Other
)
operator=(const FString &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
FAttributeKey & operator=
(
const FString & Other
)
operator=(FString &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
FAttributeKey & operator=
(
FString && Other
)
operator=(const FText &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
FAttributeKey & operator=
(
const FText & Other
)
operator=(const TCHAR *)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
FAttributeKey & operator=
(
const TCHAR * Other
)