Navigation
API > API/Plugins > API/Plugins/TextureGraph
Power.
| Name | UTG_Expression_Pow |
| 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)
class UTG_Expression_Pow : public UTG_Expression_Variant
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTG_Expression → UTG_Expression_Variant → UTG_Expression_Pow
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Base | FTG_Variant | The base of the power function. | Expressions/Maths/TG_Expression_Maths_TwoInputs.h |
|
| Exponent | FTG_Variant | The exponent. | Expressions/Maths/TG_Expression_Maths_TwoInputs.h |
|