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_Evaluation
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreArgumentsCompatible
(
const FTG_Argument& ArgFrom, |
||
| void | EvaluateGraph
(
UTG_Graph* InGraph, |
||
| void | EvaluateNode
(
UTG_Node* InNode, |
||
| FName | MakeConvertKey
(
FName From, |
||
| void | TransferVarToPin
(
UTG_Pin* InPin, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| VarConformerInfo | Conformer functors used to conform pin values. | ||
| VarConverterInfo | Converter used to introduce transformation from one var to another var when the arguments are compatible but require to be converted. |
Typedefs
| Name | Description |
|---|---|
| ConverterMap | |
| VarConformer | |
| VarConverter |