Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeShaderNode
Description
Set the String Attribute on the Shader Node. If bIsAParameter is set to true, it would be treated as a overridable Texture or else it should be treated as a LUT Texture. Note: It is assumed that the input name would be the parameter name when bIsAParameter is true.
| Name | AddStringInput |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeShaderGraphNode.h |
| Include Path | #include "InterchangeShaderGraphNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Private/InterchangeShaderGraphNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Material")
bool AddStringInput
(
const FString & InputName,
const FString & AttributeValue,
bool bIsAParameter
)