Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/FAttributeStorage
Class to get/set an attribute of the storage.
| Name | TAttributeHandle |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
Syntax
template<typename T>
class TAttributeHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/AttributeStorage.h | |||
TAttributeHandle
(
const FAttributeKey& InKey, |
Types/AttributeStorage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EAttributeStorageResult Get
(
T& Value |
Types/AttributeStorage.h | ||
const FAttributeKey & GetKey() |
Types/AttributeStorage.h | ||
bool IsValid() |
Return true if the storage contains a valid attribute key, or false otherwise. | Types/AttributeStorage.h | |
EAttributeStorageResult Set
(
const T& Value |
Types/AttributeStorage.h |