Navigation
API > API/Plugins > API/Plugins/TextureGraph
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/TG_Texture.h |
| Include | #include "TG_Texture.h" |
Syntax
USTRUCT ()
struct FTG_Texture
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_TextureDescriptor | Descriptor | ||
| TiledBlobPtr | RasterBlob |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTG_Texture () |
|||
FTG_Texture
(
TiledBlobPtr RHS |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTG_Texture | GetBlack () |
Static functions. | |
| FTG_Texture | GetBlackMask () |
||
| FTG_Texture | GetBlue () |
||
| BufferDescriptor | Inline functions. | ||
| FTG_Texture | GetGray () |
||
| FTG_Texture | GetGreen () |
||
| FTG_Texture | GetMagenta () |
||
| FTG_Texture | GetRed () |
||
| FTG_Texture | GetWhite () |
||
| FTG_Texture | GetWhiteMask () |
||
| FTG_Texture | GetYellow () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FTG_Texture & | operator=
(
TiledBlobRef RHS |
||
| FTG_Texture & | operator=
(
TiledBlobPtr RHS |
||
| TiledBlob * | operator-> () |