Navigation
API > API/Plugins > API/Plugins/TextureGraph
| |
|
| Name |
UTG_Expression_Color |
| Type |
class |
| Header File |
/Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Input/TG_Expression_Color.h |
| Include Path |
#include "Expressions/Input/TG_Expression_Color.h" |
Syntax
UCLASS (MinimalAPI)
class UTG_Expression_Color : public UTG_Expression_InputParam
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Color |
FLinearColor |
The color value. |
Expressions/Input/TG_Expression_Color.h |
- EditAnywhere
- Category=NoCategory
- Meta=(TGType="TG_InputParam", PinDisplayName="")
|
| ValueOut |
FLinearColor |
The output of the node, which is the color value. |
Expressions/Input/TG_Expression_Color.h |
- Meta=(TGType="TG_Output", PinDisplayName="")
|
Functions