Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Node
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
| int | GetAllOutputValues
(
TArray< FTG_Texture >& OutTextures, |
Get all the output's values which are compatible with FTG_Texture along with their names optionally |