Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Channel
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTG_Expression
- UTG_Expression_ChannelCombiner
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Channel/TG_Expression_ChannelCombiner.h |
| Include | #include "Expressions/Channel/TG_Expression_ChannelCombiner.h" |
Syntax
UCLASS ()
class UTG_Expression_ChannelCombiner : public UTG_Expression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_Texture | Alpha | The image that will end up in the alpha channel of the output image. | |
| FTG_Texture | Blue | The image that will end up in the blue channel of the output image. | |
| FTG_Texture | Green | The image that will end up in the green channel of the output image. | |
| FTG_Texture | Output | The output image that combines the red, green, blue and alpha images into a single one. | |
| FTG_Texture | Red | The image that will end up in the red channel of the output image. |
Overridden from UTG_Expression
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
FTG_EvaluationContext* InContext |
This is THE evaluation call to overwrite. | |
| FName | GetCategory () |
||
| FTG_Name | |||
| FTG_SignaturePtr | GetSignature () |
||
| FText |