Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/FAttributeStorage
Description
Return an attribute handle for the specified attribute. This handle is a compile type check and is use to get and set the attribute value type. The function will assert if the key is missing or the type doesn't match the specified template type.
| Name | GetAttributeHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Types/AttributeStorage.h |
| Include Path | #include "Types/AttributeStorage.h" |
template<typename T>
TAttributeHandle < T > GetAttributeHandle
(
const FAttributeKey & ElementAttributeKey
) const
Parameters
| Name | Remarks |
|---|---|
| ElementAttributeKey | the storage key (the path) of the attribute. |