Navigation
API > API/Plugins > API/Plugins/TextureGraph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_GraphEvaluation.h |
| Include | #include "TG_GraphEvaluation.h" |
Syntax
struct FTG_EvaluationContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDoLog | For debug, let's log the evaluation call sequence while it happens. | |
| TArray< FTG_Id > | ConnectedInputParamIds | These are the Ids of the Vars connected as Param to an upper Graph These are persistent in the scope of a graph evaluation | |
| TArray< FTG_Id > | ConnectedOutputParamIds | ||
| UTG_Node * | CurrentNode | ||
| MixUpdateCyclePtr | Cycle | The cycle used to call in the concrete TextureGraph engine system. | |
| UTG_Graph * | Graph | ||
| int32 | GraphDepth | ||
| FTG_VarMap | Inputs | In and out buckets of vars passed as the arguments to the expression evaluate call For each node/expression, these are populated in the traverse/evaluate call in TG_Graph | |
| FTG_VarMap | Outputs | ||
| int32 | TargetId |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsTweaking () |