Navigation
API > API/Plugins > API/Plugins/TextureGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void TG_Var_SetValueFromString
(
FTG_LevelsSettings& Value, |
Expressions/Filter/TG_Expression_Levels.h | ||
void TG_Var_SetValueFromString
(
T& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
int& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
bool& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
float& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
uint8& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
TObjectPtr< UObject >& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FLinearColor& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FVector4f& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FVector2f& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FName& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FString& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FTG_Scalar& Value, |
Template <> void TG_Var_SetValueFromString(struct FTG_Texture& Value, const FString& StrVal); | TG_Var.h | |
void TG_Var_SetValueFromString
(
FTG_OutputSettings& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FTG_TextureDescriptor& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FTG_Variant& Value, |
TG_Var.h | ||
void TG_Var_SetValueFromString
(
FTG_Material& Value, |
TG_Var.h |
TG_Var_SetValueFromString(FTG_LevelsSettings &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Filter/TG_Expression_Levels.h |
| Include Path | #include "Expressions/Filter/TG_Expression_Levels.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/Expressions/FIlter/TG_Expression_Levels.cpp |
template<>
void TG_Var_SetValueFromString
(
FTG_LevelsSettings & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(T &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
template<typename T>
void TG_Var_SetValueFromString
(
T & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(int &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
int & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(bool &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
bool & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(float &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
float & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(uint8 &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
uint8 & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(TObjectPtr< UObject > &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
TObjectPtr < UObject > & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(FLinearColor &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
FLinearColor & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(FVector4f &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
FVector4f & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(FVector2f &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
FVector2f & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(FName &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
FName & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(FString &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
FString & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(struct FTG_Scalar &, const FString &)
Description
Template <> void TG_Var_SetValueFromString(struct FTG_Texture& Value, const FString& StrVal);
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
template<>
void TG_Var_SetValueFromString
(
struct FTG_Scalar & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(struct FTG_OutputSettings &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
struct FTG_OutputSettings & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(struct FTG_TextureDescriptor &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
struct FTG_TextureDescriptor & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(struct FTG_Variant &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Variant.cpp |
template<>
void TG_Var_SetValueFromString
(
struct FTG_Variant & Value,
const FString & StrVal
)
TG_Var_SetValueFromString(struct FTG_Material &, const FString &)
| Name | TG_Var_SetValueFromString |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Var.cpp |
template<>
void TG_Var_SetValueFromString
(
struct FTG_Material & Value,
const FString & StrVal
)