Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeMeshFactoryNode
Description
Add a string attribute for the payload. Returns false if the attribute does not exist or if it cannot be added.
| Name | AddPayloadKeyStringAttribute |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeMeshFactoryNode.h |
| Include Path | #include "InterchangeMeshFactoryNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Private/InterchangeMeshFactoryNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Mesh")
bool AddPayloadKeyStringAttribute
(
const FString & PayloadAttributeKey,
const FString & Value
)