Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeSurface
- NodeSurfaceSwitch
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeSurfaceSwitch.h |
| Include | #include "MuT/NodeSurfaceSwitch.h" |
Syntax
class NodeSurfaceSwitch : public mu::NodeSurface
Remarks
This node selects an output Surface from a set of input Surfaces based on a parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeSurfacePtr | Get the node generating the t-th option Surface. | ||
| NodeScalarPtr | GetParameter () |
Get the node generating the parameter used to select the option. | |
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void | Serialise
(
const NodeSurfaceSwitch* pNode, |
||
| void | SetOption
(
int32 t, |
||
| void | SetOptionCount
(
int32 |
Set the number of option Surfaces. | |
| void | |||
| NodeSurfaceSwitchPtr | 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 |