Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Pin
| Type | Name | Description | |
|---|---|---|---|
| bool | SetValue
(
float Value |
Setters for Scalar, Color, Vector arguments. | |
| void | Set the self var value from string Used by UI to assign pin default value This is the same as the selfvar setter | ||
| bool | SetValue
(
const float* Value, |
||
| bool | SetValue
(
double Value |
||
| bool | |||
| bool | |||
| bool | SetValue
(
const FLinearColor& Value |
||
| bool | |||
| bool | SetValue
(
FTG_Texture& |
||
| bool | SetValue
(
const FTG_TextureDescriptor& Value |
||
| bool | SetValue
(
const T& Value |
Template version of the setter works correctly as long as the selfvar contains exactly the specified type Use with care |