Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/FAttributeStorage
Description
Remove an attribute from the storage.
Possible errors:
- Key does not exist.
- Internal storage structure removal error.
| Name | UnregisterAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Types/AttributeStorage.cpp |
EAttributeStorageResult UnregisterAttribute
(
const FAttributeKey & ElementAttributeKey
)
Parameters
| Name | Remarks |
|---|---|
| ElementAttributeKey | the storage key (the path) of the attribute to remove. |