Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeBaseNode
Description
Add a string attribute to this node. Returns false if the attribute does not exist or if it cannot be added.
| Name | AddStringAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNode.h |
| Include Path | #include "Nodes/InterchangeBaseNode.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeBaseNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node")
bool AddStringAttribute
(
const FString & NodeAttributeKey,
const FString & Value
)