Navigation
API > API/Plugins > API/Plugins/MutableTools
Node returning a scalar constant value.
| Name | NodeScalarConstant |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeScalarConstant.h |
| Include Path | #include "MuT/NodeScalarConstant.h" |
Syntax
class NodeScalarConstant : public mu::NodeScalar
Inheritance Hierarchy
- CSharedMix → Node → NodeScalar → NodeScalarConstant
- RefCounted → Node → NodeScalar → NodeScalarConstant
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~NodeScalarConstant() |
Forbidden. Manage with the Ptr<> template. | MuT/NodeScalarConstant.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | FNodeType | MuT/NodeScalarConstant.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | float | MuT/NodeScalarConstant.h |
Functions
Public
Overridden from Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FNodeType * GetType() |
Node type hierarchy data. | MuT/NodeScalarConstant.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FNodeType * GetStaticType() |
MuT/NodeScalarConstant.h |