Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | UTG_Expression_ChannelSwizzle |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Channel/TG_Expression_ChannelSwizzle.h |
| Include Path | #include "Expressions/Channel/TG_Expression_ChannelSwizzle.h" |
Syntax
UCLASS (MinimalAPI)
class UTG_Expression_ChannelSwizzle : public UTG_Expression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTG_Expression → UTG_Expression_ChannelSwizzle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlphaChannel | EColorChannel | The output in the Alpha channel. | Expressions/Channel/TG_Expression_ChannelSwizzle.h |
|
| BlueChannel | EColorChannel | The output in the Blue channel. | Expressions/Channel/TG_Expression_ChannelSwizzle.h |
|
| GreenChannel | EColorChannel | The output in the Green channel. | Expressions/Channel/TG_Expression_ChannelSwizzle.h |
|
| Input | FTG_Texture | The input texture. | Expressions/Channel/TG_Expression_ChannelSwizzle.h |
|
| Output | FTG_Texture | The output texture after swizzle operation. | Expressions/Channel/TG_Expression_ChannelSwizzle.h |
|
| RedChannel | EColorChannel | The output in the red channel. | Expressions/Channel/TG_Expression_ChannelSwizzle.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_ChannelSwizzle.h | |
virtual FName GetCategory() |
Expressions/Channel/TG_Expression_ChannelSwizzle.h | ||
virtual FTG_Name GetDefaultName() |
Expressions/Channel/TG_Expression_ChannelSwizzle.h | ||
virtual FTG_SignaturePtr GetSignature() |
Expressions/Channel/TG_Expression_ChannelSwizzle.h | ||
virtual FText GetTooltipText() |
Expressions/Channel/TG_Expression_ChannelSwizzle.h |