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_ChannelSplitter
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Channel/TG_Expression_ChannelSplitter.h |
| Include | #include "Expressions/Channel/TG_Expression_ChannelSplitter.h" |
Syntax
UCLASS (CollapseCategories)
class UTG_Expression_ChannelSplitter : public UTG_Expression
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_Texture | Alpha | Alpha channel of the input. | |
| FTG_Texture | Blue | Blue channel of the input. | |
| FTG_Texture | Green | Green channel of the input. | |
| FTG_Texture | Input | The input texture. | |
| FTG_Texture | Red | Red channel of the input. |
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 |