Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeShaderNode
Description
Sets which type of shader this nodes represents. Can be arbitrary or one of the predefined shader types. The material pipeline handling the shader node should be aware of the shader type that is being set here.
| Name | SetCustomShaderType |
| 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 SetCustomShaderType
(
const FString & AttributeValue
)