Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Input
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTG_Expression
- UTG_Expression_Graph
- UTG_Expression_TextureGraph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Input/TG_Expression_Graph.h |
| Include | #include "Expressions/Input/TG_Expression_Graph.h" |
Syntax
UCLASS (Hidden)
class UTG_Expression_Graph : public UTG_Expression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_SignaturePtr | DynSignature | ||
| TArray< FTG_Id > | InParamIds | ||
| TArray< FTG_Id > | OutParamIds |
Functions
Overridden from UTG_Expression
| Type | Name | Description | |
|---|---|---|---|
| FTG_SignaturePtr | Build Signature in derived classes dynamically. | ||
| void | Evaluate
(
FTG_EvaluationContext* InContext |
This is THE evaluation call to overwrite. | |
| FName | GetCategory () |
||
| FTG_SignaturePtr | GetSignature () |
||
| void | If the signature changes and the node need to regenerate its own signature. | ||
| void | SetupAndEvaluate
(
FTG_EvaluationContext* InContext |
Called first from the Graph::Evaluate/Traverse which then call the Evaluate function. |