Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/FTG_Variant
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTG_Variant & operator=
(
const FTG_Variant& RHS |
TG_Variant.h | ||
FTG_Variant & operator=
(
const float RHS |
TG_Variant.h | ||
FTG_Variant & operator=
(
const FVector4f RHS |
TG_Variant.h | ||
FTG_Variant & operator=
(
const FLinearColor RHS |
TG_Variant.h | ||
FTG_Variant & operator=
(
const FTG_Texture RHS |
TG_Variant.h |
operator=(const FTG_Variant &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Variant.h |
| Include Path | #include "TG_Variant.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Variant.cpp |
FTG_Variant & operator=
(
const FTG_Variant & RHS
)
operator=(const float)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Variant.h |
| Include Path | #include "TG_Variant.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Variant.cpp |
FTG_Variant & operator=
(
const float RHS
)
operator=(const FVector4f)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Variant.h |
| Include Path | #include "TG_Variant.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Variant.cpp |
FTG_Variant & operator=
(
const FVector4f RHS
)
operator=(const FLinearColor)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Variant.h |
| Include Path | #include "TG_Variant.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Variant.cpp |
FTG_Variant & operator=
(
const FLinearColor RHS
)
operator=(const FTG_Texture)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Variant.h |
| Include Path | #include "TG_Variant.h" |
| Source | /Engine/Plugins/TextureGraph/Source/TextureGraph/Private/TG_Variant.cpp |
FTG_Variant & operator=
(
const FTG_Texture RHS
)