Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | FTG_TextureDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Texture.h |
| Include Path | #include "TG_Texture.h" |
Syntax
USTRUCT (BlueprintType )
struct FTG_TextureDescriptor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TG_Texture.h | |||
FTG_TextureDescriptor
(
BufferDescriptor Desc |
TG_Texture.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsSRGB | bool | TG_Texture.h |
|
|
| Height | EResolution | Height of the texture in pixels. Auto means system will detect automatically based on other images. | TG_Texture.h |
|
| TextureFormat | ETG_TextureFormat | What is the type of each item in the buffer. | TG_Texture.h |
|
| Width | EResolution | Width of the texture in pixels. Auto means system will detect automatically based on other images. | TG_Texture.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitFromString
(
const FString& StrVal |
TG_Texture.h | ||
bool IsDefault() |
TG_Texture.h | ||
BufferDescriptor ToBufferDescriptor() |
TG_Texture.h | ||
FString ToString() |
TG_Texture.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator BufferDescriptor() |
TG_Texture.h | ||
bool operator==
(
const FTG_TextureDescriptor& RHS |
TG_Texture.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Format_DEPRECATED | ETSBufferFormat | How many items of type BufferFormat per point. | TG_Texture.h |
|
| NumChannels_DEPRECATED | PRAGMA_DISABLE_DEPRECATION_WARNINGS ETSBufferChannels | TG_Texture.h |
|