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_TextureDescriptor
Variables
| Type | Name | Description | |
|---|---|---|---|
| EResolution | Height | Height of the texture in pixels. Auto means system will detect automatically based on other images. | |
| ETG_TextureFormat | TextureFormat | What is the type of each item in the buffer. | |
| EResolution | Width | Width of the texture in pixels. Auto means system will detect automatically based on other images. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTG_TextureDescriptor
(
BufferDescriptor Desc |
Functions
| Type | Name | Description | |
|---|---|---|---|
| BufferDescriptor |
Operators
| Type | Name | Description | |
|---|---|---|---|
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| ETSBufferFormat | Format_DEPRECATED | How many items of type BufferFormat per point. | |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS ETSBufferChannels | NumChannels_DEPRECATED |