Navigation
API > API/Plugins > API/Plugins/TextureGraph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_Signature.h |
| Include | #include "TG_Signature.h" |
Syntax
USTRUCT ()
struct FTG_Argument
Remarks
Argument of a signature: Combining a Name with an Argument type makes a unique Argument where the name is combined for hashing with the rest of the argument type fields
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_ArgumentType | ArgumentType | ||
| FName | CPPTypeName | ||
| TMap< FName, FString > | MetaDataMap | ||
| FName | Name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| bool | GetMetaData
(
const FName KeyToFind, |
||
| FTG_Name | GetName () |
||
| FTG_ArgumentType | GetType () |
||
| FTG_Hash | Hash () |
||
| FTG_Hash | Hash
(
const FTG_Argument& Argument |
Hashing. | |
| bool | IsColor () |
||
| bool | IsInput () |
||
| bool | |||
| bool | |||
| bool | IsOutput () |
||
| bool | IsParam () |
||
| bool | |||
| bool | IsPrivate () |
||
| bool | IsScalar () |
||
| bool | IsSetting () |
||
| bool | IsTexture () |
||
| bool | IsVariant () |
||
| bool | IsVector () |
||
| void | |||
| void |
Constants
| Name | Description |
|---|---|
| Invalid |