Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/FTG_Var
| Name | FModel |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Var.h |
| Include Path | #include "TG_Var.h" |
Syntax
template<class T>
struct FModel : public FTG_Var::FConcept
Inheritance Hierarchy
- FTG_Var::FConcept → FTG_Var::FModel
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsArray | bool | TG_Var.h | ||
| Value | T | TG_Var.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FConcept > Clone() |
TG_Var.h | ||
virtual bool IsArray() |
TG_Var.h | ||
FString LogValue() |
TG_Var.h | ||
virtual void SetArray() |
TG_Var.h | ||
void SetValueFromString
(
const FString& StrValue |
TG_Var.h |