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