Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeBaseNode
Description
This function returns an attribute handle for the specified Key. If there is an issue with the KEY or storage, the method will trip a check. Always make sure you have a valid key before calling this.
| Name | GetAttributeHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNode.h |
| Include Path | #include "Nodes/InterchangeBaseNode.h" |
template<typename T>
UE::Interchange::FAttributeStorage::TAttributeHandle < T > GetAttributeHandle
(
const UE::Interchange::FAttributeKey & NodeAttributeKey
) const
Parameters
| Name | Remarks |
|---|---|
| NodeAttributeKey | The key of the attribute. |