Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeMeshFactoryNode
Description
Add a boolean attribute for the payload. Returns false if the attribute does not exist or if it cannot be added.
| Name | AddPayloadKeyBooleanAttribute |
| 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 AddPayloadKeyBooleanAttribute
(
const FString & PayloadAttributeKey,
bool Value
)