Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | FTG_Evaluation |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_GraphEvaluation.h |
| Include Path | #include "TG_GraphEvaluation.h" |
Syntax
struct FTG_Evaluation
Structs
| Name | Remarks |
|---|---|
| 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 | Type | Remarks | Include Path |
|---|---|---|---|
| ConverterMap | TMap< FName, VarConverter > | TG_GraphEvaluation.h | |
| VarConformer | std::function< bool(VarConformerInfo &Info)> | TG_GraphEvaluation.h | |
| VarConverter | std::function< void(VarConverterInfo &Info)> | TG_GraphEvaluation.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultConverters | ConverterMap | TG_GraphEvaluation.h | |
| GColorToTextureAutoConv_Name | const FString | TG_GraphEvaluation.h | |
| GFloatToTextureAutoConv_Name | const FString | TG_GraphEvaluation.h | |
| GVectorToTextureAutoConv_Name | const FString | TG_GraphEvaluation.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool AreArgumentsCompatible
(
const FTG_Argument& ArgFrom, |
TG_GraphEvaluation.h | ||
static void EvaluateGraph
(
UTG_Graph* InGraph, |
TG_GraphEvaluation.h | ||
static void EvaluateNode
(
UTG_Node* InNode, |
TG_GraphEvaluation.h | ||
static void EvaluateNodeArray
(
UTG_Node* InNode, |
TG_GraphEvaluation.h | ||
static int FilterArrayInputs
(
FTG_EvaluationContext* InContext, |
TG_GraphEvaluation.h | ||
static FName MakeConvertKey
(
FName From, |
TG_GraphEvaluation.h | ||
static FName MakeConvertKey
(
const FTG_Argument& ArgFrom, |
TG_GraphEvaluation.h | ||
static void TransferVarToPin
(
UTG_Pin* InPin, |
TG_GraphEvaluation.h |