Navigation
API > API/Plugins > API/Plugins/TextureGraph
Descriptor struct of an argument core desc all the typing information for a pin EXCEPT its name
| Name | FTG_ArgumentType |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Signature.h |
| Include Path | #include "TG_Signature.h" |
Syntax
USTRUCT ()
struct FTG_ArgumentType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTG_ArgumentType
(
ETG_Access InAccess, |
TG_Signature.h | ||
| TG_Signature.h | |||
FTG_ArgumentType
(
ETG_Access InAccess |
TG_Signature.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Flags | uint32 | TG_Signature.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ETG_Access GetAccess() |
TG_Signature.h | ||
bool IsEnum() |
TG_Signature.h | ||
bool IsInput() |
TG_Signature.h | ||
bool IsNotConnectable() |
TG_Signature.h | ||
bool IsOutput() |
TG_Signature.h | ||
bool IsParam() |
TG_Signature.h | ||
bool IsPersistentSelfVar() |
TG_Signature.h | ||
bool IsPrivate() |
TG_Signature.h | ||
bool IsSetting() |
TG_Signature.h | ||
bool MatchAccessFilter
(
uint8 InFilter |
TG_Signature.h | ||
void SetNotConnectable() |
TG_Signature.h | ||
void SetPersistentSelfVar() |
TG_Signature.h | ||
FString ToString() |
TG_Signature.h | ||
FTG_ArgumentType Unparamed() |
TG_Signature.h |