Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/UTG_Pin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetValue
(
float Value |
Setters for Scalar, Color, Vector, bool and String arguments These check that the arg is of the correct type | TG_Pin.h | |
bool SetValue
(
double Value |
TG_Pin.h | ||
bool SetValue
(
uint32 Value |
TG_Pin.h | ||
bool SetValue
(
int32 Value |
TG_Pin.h | ||
bool SetValue
(
bool bValue |
TG_Pin.h | ||
bool SetValue
(
FString Value |
TG_Pin.h | ||
bool SetValue
(
const FLinearColor& Value |
TG_Pin.h | ||
bool SetValue
(
const FVector4f& Value |
TG_Pin.h | ||
bool SetValue
(
FTG_Texture& |
TG_Pin.h | ||
bool SetValue
(
FTG_VariantArray& |
TG_Pin.h | ||
bool SetValue
(
const FTG_TextureDescriptor& Value |
TG_Pin.h | ||
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 | TG_Pin.h | |
bool SetValue
(
const float* Value, |
TG_Pin.h |
SetValue(float)
Description
Setters for Scalar, Color, Vector, bool and String arguments These check that the arg is of the correct type
| Name | SetValue |
| 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 SetValue
(
float Value
)
SetValue(double)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
bool SetValue
(
double Value
)
SetValue(uint32)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
bool SetValue
(
uint32 Value
)
SetValue(int32)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
bool SetValue
(
int32 Value
)
SetValue(bool)
| Name | SetValue |
| 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 SetValue
(
bool bValue
)
SetValue(FString)
| Name | SetValue |
| 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 SetValue
(
FString Value
)
SetValue(const FLinearColor &)
| Name | SetValue |
| 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 SetValue
(
const FLinearColor & Value
)
SetValue(const FVector4f &)
| Name | SetValue |
| 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 SetValue
(
const FVector4f & Value
)
SetValue(FTG_Texture &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
bool SetValue
(
FTG_Texture &
)
SetValue(FTG_VariantArray &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
bool SetValue
(
FTG_VariantArray &
)
SetValue(const FTG_TextureDescriptor &)
| Name | SetValue |
| 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 SetValue
(
const FTG_TextureDescriptor & Value
)
SetValue(const T &)
Description
Template version of the setter works correctly as long as the selfvar contains exactly the specified type Use with care
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Pin.h |
| Include Path | #include "TG_Pin.h" |
template<typename T>
bool SetValue
(
const T & Value
)
SetValue(const float *, size_t)
| Name | SetValue |
| 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 SetValue
(
const float * Value,
size_t Count
)