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 |
|
Functions
Public
Overridden from UTG_Expression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategory() |
Expressions/Maths/TG_Expression_Maths_TwoInputs.h |
Protected
Overridden from UTG_Expression_Variant
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual std::vector< FTG_Variant > GetEvaluateArgs () |
If you use the basic structure of variant expression then you'll need to implement this correctly. | Expressions/Maths/TG_Expression_Maths_TwoInputs.h |