Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/FTG_Variant
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsScalar () |
Helper predicates to narrow down the type of the variant. | TG_Variant.h | |
| Predicates. | TG_Variant.h |
IsScalar()
Description
Helper predicates to narrow down the type of the variant.
| Name | IsScalar |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Variant.h |
| Include Path | #include "TG_Variant.h" |
bool IsScalar() const
IsScalar(EType)
Description
Predicates.
| Name | IsScalar |
| Type | function |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Variant.h |
| Include Path | #include "TG_Variant.h" |
static bool IsScalar
(
EType InType
)