Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNode.h |
| Include | #include "Nodes/InterchangeBaseNode.h" |
namespace InterchangePrivateNodeBase
{
template<typename ValueType>
bool InterchangePrivateNodeBase&58;&58;SetCustomAttribute
&40;
UE::Interchange::FAttributeStorage & Attributes,
const UE::Interchange::FAttributeKey & AttributeKey,
const FString & OperationName,
const ValueType & AttributeValue
&41;
}
Remarks
Add or update a custom attribute value in the specified storage
Parameters
| Name | Description |
|---|---|
| Attributes | The attribute storage you want to add or update the custom attribute |
| AttributeKey | The storage key for the attribute |
| OperationName | The name of the operation in case there is an error |
| AttributeValue | The value we want to add or update in the storage |