Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeImage
- NodeImageSwitch
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeImageSwitch.h |
| Include | #include "MuT/NodeImageSwitch.h" |
Syntax
class NodeImageSwitch : public mu::NodeImage
Remarks
This node selects an output image from a set of input images based on a parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeImagePtr | GetOption
(
int t |
Get the node generating the t-th option image. | |
| int | |||
| NodeScalarPtr | GetParameter () |
Get the node generating the parameter used to select the option. | |
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void | SetOption
(
int t, |
||
| void | SetOptionCount
(
int |
Set the number of option images. | |
| void |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |