Navigation
API > API/Plugins > API/Plugins/TextureGraph
Argument Set: A container for several Arguments which is searchable and hashable The arguments all have an index (their position in the set). All the argument names in the set MUST be different. THe hashes of each arguments are also different as a consequence.
| Name | FTG_ArgumentSet |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Signature.h |
| Include Path | #include "TG_Signature.h" |
Syntax
struct FTG_ArgumentSet
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Arguments | FTG_Arguments | TG_Signature.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTG_Index FindHash
(
FTG_Hash Hash |
Find the Index of a argument at a particular hash. Return INVALID_INDEX if not found | TG_Signature.h | |
FTG_Index FindName
(
FTG_Name& Name |
Find the Index of an argument at a particular name. Return INVALID_INDEX if not found | TG_Signature.h | |
const FTG_Argument & Get
(
FTG_Index Index |
Access the Argument at the Index in the set. | TG_Signature.h | |
FTG_Hash Hash () |
TG_Signature.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTG_Hash Hash
(
const FTG_ArgumentSet& Set |
Hashing. | TG_Signature.h |