Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Pin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetValue
(
float& OutValue |
Scalar getter only on a scalar argument. | TG_Pin.h | |
bool GetValue
(
bool& OutValue |
Bool getter only on a boolean argument | TG_Pin.h | |
| String getter only on a FString argument. | TG_Pin.h | ||
bool GetValue
(
FLinearColor& OutValue |
Color or Vector getter only on a vector or color argument. | TG_Pin.h | |
bool GetValue
(
FVector4f& OutValue |
TG_Pin.h | ||
bool GetValue
(
FTG_Texture& OutValue |
Texture value getter only on a Texture argument. | TG_Pin.h | |
bool GetValue
(
FTG_VariantArray& OutValue |
Texture value getter only on a Texture argument. | TG_Pin.h | |
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. | TG_Pin.h |
GetValue(float &)
Description
Set/Get default value of the SelfVar of the Pin The methods check that the type requested is compatible with the actual cpp type of the Pin's argument to proceed The function return true if valid, false otherwise, if false they are NO OP
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
float & OutValue
) const
GetValue(bool &)
Description
Bool getter only on a boolean argument
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
bool & OutValue
) const
GetValue(FString &)
Description
String getter only on a FString argument.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
FString & OutValue
) const
GetValue(FLinearColor &)
Description
Color or Vector getter only on a vector or color argument.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
FLinearColor & OutValue
) const
GetValue(FVector4f &)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
FVector4f & OutValue
) const
GetValue(FTG_Texture &)
Description
Texture value getter only on a Texture argument.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
FTG_Texture & OutValue
) const
GetValue(FTG_VariantArray &)
Description
Texture value getter only on a Texture argument.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
FTG_VariantArray & OutValue
) const
GetValue(FTG_Variant &)
Description
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.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Pin.cpp |
bool GetValue
(
FTG_Variant & OutValue
) const