Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Input
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTG_Expression
- UTG_Expression_InputParam
- UTG_Expression_Vector
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Input/TG_Expression_Vector.h |
| Include | #include "Expressions/Input/TG_Expression_Vector.h" |
Syntax
UCLASS ()
class UTG_Expression_Vector : public UTG_Expression_InputParam
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector4f | ValueOut | The output of the node, which is the color value. | |
| FVector4f | Vector | The 4 dimensional vector X, Y, Z and W. |
Overridden from UTG_Expression_InputParam
| Type | Name | Description | |
|---|---|---|---|
| FTG_SignaturePtr | |||
| FTG_SignaturePtr | These 2 methods need to be implemented to provide concrete signatures for derived InputParam expression classes |
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 () |
||
| FName | GetTitleName () |
||
| FText | |||
| void | SetTitleName
(
FName NewName |