Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes > API/Runtime/InterchangeCore/Nodes/UInterchangeBaseNode
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNode.h |
| Include | #include "Nodes/InterchangeBaseNode.h" |
template<typename T>
UE::Interchange::FAttributeStorage::TAttributeHandle< T > GetAttributeHandle
&40;
const UE::Interchange::FAttributeKey & NodeAttributeKey
&41; const
Remarks
This function return 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
Parameters
| Name | Description |
|---|---|
| NodeAttributeKey | The key of the attribute |