Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Graph
| Type | Name | Description | |
|---|---|---|---|
| UTG_Node * | CreateExpressionNode
(
const UClass* ExpressionClass |
Create a node from an Expression Class A new Expression instance is created along with the Node instance The Node is setup with its input and output pins reflecting the Signature of the Expression. | |
| UTG_Node * | CreateExpressionNode
(
UTG_Expression* NewExpression |
Create a node from an initialized Expression A new Node instance is created which uses initialized expression The Node is setup with its input and output pins reflecting the Signature of the Expression. |