Navigation
API > API/Plugins > API/Plugins/TextureGraph
| Name | UTG_Expression_Scalar |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraph/Public/Expressions/Input/TG_Expression_Scalar.h |
| Include Path | #include "Expressions/Input/TG_Expression_Scalar.h" |
Syntax
UCLASS (MinimalAPI)
class UTG_Expression_Scalar : public UTG_Expression_InputParam
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTG_Expression → UTG_Expression_InputParam → UTG_Expression_Scalar
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Scalar | float | The floating point constant. | Expressions/Input/TG_Expression_Scalar.h |
|
| ValueOut | float | The output of the node, which is the floating point constant. | Expressions/Input/TG_Expression_Scalar.h |
|