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::SetCustomAttribute
(
UE::Interchange::FAttributeStorage & Attributes,
const UE::Interchange::FAttributeKey & AttributeKey,
const FString & OperationName,
const ValueType & AttributeValue
)
}
Remarks
Add or update a custom attribute value in the specified storage.
Parameters
| Name | Description |
|---|---|
| Attributes | The attribute storage in which 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 to add or update in the storage. |