Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Graph > API/Plugins/TextureGraph/UTG_Graph/CreateExpressionNode
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_Graph.h |
| Include | #include "TG_Graph.h" |
| Source | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Private/TG_Graph.cpp |
UTG_Node * CreateExpressionNode
(
UTG_Expression * NewExpression
)
Remarks
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.