Navigation
API > API/Plugins > API/Plugins/TextureGraph
| |
|
| Name |
UTG_Expression_Premult |
| Type |
class |
| Header File |
/Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Color/TG_Expression_Premult.h |
| Include Path |
#include "Expressions/Color/TG_Expression_Premult.h" |
Syntax
UCLASS (MinimalAPI)
class UTG_Expression_Premult : public UTG_Expression
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Input |
FTG_Texture |
The input image to be used. |
Expressions/Color/TG_Expression_Premult.h |
- Meta=(TGType="TG_Input", PinDisplayName="")
|
| Output |
FTG_Texture |
The output of the image with the premultiplied alpha. |
Expressions/Color/TG_Expression_Premult.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_Output", PinDisplayName="")
|
Functions