Navigation
API > API/Plugins > API/Plugins/TextureGraph > API/Plugins/TextureGraph/Expressions > API/Plugins/TextureGraph/Expressions/Maths
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UTG_Expression
- UTG_Expression_Variant
- UTG_Expression_BasicMath_Op
- UTG_Expression_Add
- UTG_Expression_Cross
- UTG_Expression_Divide
- UTG_Expression_Dot
- UTG_Expression_Multiply
- UTG_Expression_Subtract
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Maths/TG_Expression_Maths_TwoInputs.h |
| Include | #include "Expressions/Maths/TG_Expression_Maths_TwoInputs.h" |
Syntax
UCLASS (Abstract)
class UTG_Expression_BasicMath_Op : public UTG_Expression_Variant
Remarks
Basic math op expression.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_Variant | Input1 | First input to the math operation [Input1 |
|
| FTG_Variant | Input2 | Second input to the math operation [Input1 |
Overridden from UTG_Expression_Variant
| Type | Name | Description | |
|---|---|---|---|
| std::vector< FTG_Variant > | If you use the basic structure of variant expression then you'll need to implement this correctly. |
Overridden from UTG_Expression
| Type | Name | Description | |
|---|---|---|---|
| FName | GetCategory () |