Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageSwizzle
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageSwizzle.h |
| Include | #include "MuT/NodeImageSwizzle.h" |
Syntax
class NodeImageSwizzle : public mu::NodeImage
Remarks
Node that composes a new image by gathering pixel data from channels in other images.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EImageFormat | GetFormat () |
||
| Private * | GetPrivate () |
||
| NodeImagePtr | GetSource
(
int |
||
| int | GetSourceChannel
(
int |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageSwizzle* pNode, |
||
| void | |||
| void | SetSource
(
int, |
||
| void | SetSourceChannel
(
int, |
||
| NodeImageSwizzlePtr | 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 |