Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeScalar
- NodeScalarSwitch
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeScalarSwitch.h |
| Include | #include "MuT/NodeScalarSwitch.h" |
Syntax
class NodeScalarSwitch : public mu::NodeScalar
Remarks
This node selects an output Scalar from a set of input Scalars based on a parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeScalarPtr | GetOption
(
int t |
Get the node generating the t-th option Scalar. | |
| NodeScalarPtr | GetParameter () |
Get the node generating the parameter used to select the option. | |
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void | Serialise
(
const NodeScalarSwitch* pNode, |
||
| void | SetOption
(
int t, |
||
| void | SetOptionCount
(
int |
Set the number of option Scalars. | |
| void | |||
| NodeScalarSwitchPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| const FNodeType * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |