Navigation
API > API/Plugins > API/Plugins/TextureGraph
Basic math op expression.
| Name | UTG_Expression_BasicMath_Op |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Maths/TG_Expression_Maths_TwoInputs.h |
| Include Path | #include "Expressions/Maths/TG_Expression_Maths_TwoInputs.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UTG_Expression_BasicMath_Op : public UTG_Expression_Variant
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTG_Expression → UTG_Expression_Variant → UTG_Expression_BasicMath_Op
Derived Classes
UTG_Expression_BasicMath_Op derived class hierarchy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Input1 | FTG_Variant | First input to the math operation [Input1 |
Expressions/Maths/TG_Expression_Maths_TwoInputs.h |
|
| Input2 | FTG_Variant | Second input to the math operation [Input1 |
Expressions/Maths/TG_Expression_Maths_TwoInputs.h |
|