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_OneInput
- UTG_Expression_Abs
- UTG_Expression_Cbrt
- UTG_Expression_Ceil
- UTG_Expression_Cube
- UTG_Expression_Exp
- UTG_Expression_Floor
- UTG_Expression_Log
- UTG_Expression_Log10
- UTG_Expression_Log2
- UTG_Expression_Round
- UTG_Expression_Sqrt
- UTG_Expression_Square
References
| Module | TextureGraph |
| Header | /Engine/Plugins/Experimental/TextureGraph/Source/TextureGraph/Public/Expressions/Maths/TG_Expression_Maths_OneInput.h |
| Include | #include "Expressions/Maths/TG_Expression_Maths_OneInput.h" |
Syntax
UCLASS (Abstract)
class UTG_Expression_OneInput : public UTG_Expression_Variant
Remarks
Generic single input math function.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTG_Variant | Input | The angle in radians to run the trigonometric function on. |
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 () |