Navigation
API > API/Plugins > API/Plugins/TextureGraph
| |
|
| Name |
UTG_Expression_Grayscale |
| Type |
class |
| Header File |
/Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Color/TG_Expression_Grayscale.h |
| Include Path |
#include "Expressions/Color/TG_Expression_Grayscale.h" |
Syntax
UCLASS (MinimalAPI)
class UTG_Expression_Grayscale : public UTG_Expression
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Input |
FTG_Texture |
The input image to be converted to grayscale. |
Expressions/Color/TG_Expression_Grayscale.h |
- Meta=(TGType="TG_Input", PinDisplayName="")
|
| Output |
FTG_Texture |
The output image which is a single channel grayscale version of the input image. |
Expressions/Color/TG_Expression_Grayscale.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Output", PinDisplayName="")
|
Functions