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 > RegisterAttribute
&40;
const UE::Interchange::FAttributeKey & NodeAttributeKey,
const T & Value
&41;
Remarks
Add an attribute to the node
Parameters
| Name | Description |
|---|---|
| NodeAttributeKey | The key of the attribute |
| Value | The attribute value. |