Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageConditional
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageConditional.h |
| Include | #include "MuT/NodeImageConditional.h" |
Syntax
class NodeImageConditional : public mu::NodeImage
Remarks
This node selects an output image from a set of input images based on a parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeImage * | |||
| NodeImage * | Get the node generating the option image when the parameters is true. | ||
| NodeBool * | GetParameter () |
Get the node generating the parameter used to select the option. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageConditional* pNode, |
||
| void | SetOptionFalse
(
NodeImage* |
||
| void | SetOptionTrue
(
NodeImage* |
||
| void | SetParameter
(
NodeBool* |
||
| NodeImageConditionalPtr | 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 |