Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | FTG_Texture |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/TG_Texture.h |
| Include Path | #include "TG_Texture.h" |
Syntax
USTRUCT ()
struct FTG_Texture
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTG_Texture
(
TiledBlobPtr RHS |
TG_Texture.h | ||
FTG_Texture () |
TG_Texture.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Descriptor | FTG_TextureDescriptor | TG_Texture.h |
|
|
| RasterBlob | TiledBlobPtr | TG_Texture.h | ||
| TexturePath | FString | TG_Texture.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BufferDescriptor GetBufferDescriptor() |
Inline functions. | TG_Texture.h | |
void ResetTexturePath() |
TG_Texture.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FTG_Texture GetBlack() |
Static functions. | TG_Texture.h | |
static FTG_Texture GetBlackMask() |
TG_Texture.h | ||
static FTG_Texture GetBlue() |
TG_Texture.h | ||
static FTG_Texture GetGray() |
TG_Texture.h | ||
static FTG_Texture GetGreen() |
TG_Texture.h | ||
static FTG_Texture GetMagenta() |
TG_Texture.h | ||
static FTG_Texture GetRed() |
TG_Texture.h | ||
static FTG_Texture GetWhite() |
TG_Texture.h | ||
static FTG_Texture GetWhiteMask() |
TG_Texture.h | ||
static FTG_Texture GetYellow() |
TG_Texture.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
TG_Texture.h | ||
operator TiledBlobPtr() |
TG_Texture.h | ||
operator TiledBlobRef() |
TG_Texture.h | ||
FTG_Texture & operator=
(
TiledBlobRef RHS |
TG_Texture.h | ||
FTG_Texture & operator=
(
TiledBlobPtr RHS |
TG_Texture.h | ||
bool operator==
(
const FTG_Texture& RHS |
TG_Texture.h | ||
TiledBlob * operator->() |
TG_Texture.h |