Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | UTG_Expression_Vector |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Input/TG_Expression_Vector.h |
| Include Path | #include "Expressions/Input/TG_Expression_Vector.h" |
Syntax
UCLASS (MinimalAPI)
class UTG_Expression_Vector : public UTG_Expression_InputParam
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTG_Expression → UTG_Expression_InputParam → UTG_Expression_Vector
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ValueOut | FVector4f | The output of the node, which is the color value. | Expressions/Input/TG_Expression_Vector.h |
|
| Vector | FVector4f | The 4 dimensional vector X, Y, Z and W. | Expressions/Input/TG_Expression_Vector.h |
|