Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Node
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int GetAllOutputValues
(
TArray< FTG_Variant >& OutVariants, |
Accessors for output values after evaluation Only valid AFTER Evaluation of the graph Get all the output's values which are compatible with FTG_Variant along with their names optionally | TG_Node.h | |
int GetAllOutputValues
(
TArray< FTG_Texture >& OutTextures, |
Get all the output's values which are compatible with FTG_Texture along with their names optionally | TG_Node.h |
GetAllOutputValues(TArray< FTG_Variant > &, TArray< FName > *)
Description
Accessors for output values after evaluation Only valid AFTER Evaluation of the graph Get all the output's values which are compatible with FTG_Variant along with their names optionally
| Name | GetAllOutputValues |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Node.h |
| Include Path | #include "TG_Node.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Node.cpp |
int GetAllOutputValues
(
TArray < FTG_Variant > & OutVariants,
TArray < FName > * OutNames
) const
GetAllOutputValues(TArray< FTG_Texture > &, TArray< FName > *)
Description
Get all the output's values which are compatible with FTG_Texture along with their names optionally
| Name | GetAllOutputValues |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Node.h |
| Include Path | #include "TG_Node.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Node.cpp |
int GetAllOutputValues
(
TArray < FTG_Texture > & OutTextures,
TArray < FName > * OutNames
) const