Navigation
API > API/Plugins > API/Plugins/TextureGraph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_SystemTypes.h |
| Include | #include "TG_SystemTypes.h" |
Syntax
USTRUCT ()
struct FTG_Id
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | _IndexRaw |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | IndexRaw () |
||
| bool | IsNodeId () |
||
| bool | IsPinId () |
||
| bool | IsValid () |
||
| int16 | NodeIdx () |
||
| int16 | PinIdx () |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FTG_Id& Other |
||
| bool | |||
| bool | operator<=
(
const FTG_Id& Other |
||
| bool | operator==
(
const FTG_Id& Other |
||
| bool | |||
| bool | operator>=
(
const FTG_Id& Other |
Constants
| Name | Description |
|---|---|
| INVALID | |
| INVALID_INDEX |