Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/FAttributeStorage
Description
Return true if the attribute key points to an existing attribute in the storage. Return false otherwise.
| Name | ContainAttribute |
| 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 |
bool ContainAttribute
(
const FAttributeKey & ElementAttributeKey
) const
Parameters
| Name | Remarks |
|---|---|
| ElementAttributeKey | the storage key (the path) of the attribute. |