Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeScalar
- NodeScalarArithmeticOperation
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeScalarArithmeticOperation.h |
| Include | #include "MuT/NodeScalarArithmeticOperation.h" |
Syntax
class NodeScalarArithmeticOperation : public mu::NodeScalar
Remarks
Perform an arithmetic operation between two scalars.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeScalarPtr | GetA () |
Get the first operand. | |
| NodeScalarPtr | GetB () |
Get the second operand. | |
| OPERATION | GetOperation () |
Get child selection type. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeScalarArithmeticOperation* pNode, |
||
| void | SetA
(
NodeScalarPtr |
||
| void | SetB
(
NodeScalarPtr |
||
| void | Set the child selection type. | ||
| NodeScalarArithmeticOperationPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
||
| void | SetInputNode
(
int i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |
Enums
| Type | Name | Description | |
|---|---|---|---|
| OPERATION | Possible arithmetic operations. |
Constants
| Name | Description |
|---|---|
| s_opTypeName |