Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Pin
| Type | Name | Description | |
|---|---|---|---|
| bool | GetValue
(
float& OutValue |
Scalar getter only on a scalar argument. | |
| bool | GetValue
(
FLinearColor& OutValue |
Color or Vector getter only on a vector or color argument. | |
| bool | |||
| bool | GetValue
(
FTG_Texture& OutValue |
Texture value getter only on a Texture argument. | |
| bool | GetValue
(
FTG_Variant& OutValue |
Variant value getter only if a Variant argument OR if the argument is one of the supported type by Variant (Scalar/Color/Vector/Texture) After getting the value, the next step is to check the type contained in the variant. |