Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/FTG_Var
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TG_Var.h | |||
void CopyTo
(
UTG_Expression* Owner, |
Manage data Arg provide the type name and rely on the VarAllocator map to create the concrete cpp type If Owner is provided then Var can be initialized from the matching owner's property if found | TG_Var.h |
CopyTo(FTG_Var *)
| Name | CopyTo |
| 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 |
void CopyTo
(
FTG_Var * InVar
)
CopyTo(UTG_Expression *, FTG_Argument &, int)
Description
Manage data Arg provide the type name and rely on the VarAllocator map to create the concrete cpp type If Owner is provided then Var can be initialized from the matching owner's property if found
| Name | CopyTo |
| 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 |
void CopyTo
(
UTG_Expression * Owner,
FTG_Argument & Arg,
int Index
)