Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodePatchImage
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodePatchImage.h |
| Include | #include "MuT/NodePatchImage.h" |
Syntax
class NodePatchImage : public mu::Node
Remarks
Node that allows to modify an image from an object by blending other images on specific layout blocks.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Enable patching the alpha channel if present. | ||
| EBlendType | GetBlendType () |
Set the blending operation to use to combine the pixels. | |
| int | GetBlock
(
int index |
Get a block of the layout that will be patched. | |
| int | Get the number of blocks in the layout that will be patched. | ||
| NodeImagePtr | GetImage () |
Get the image that will be blended on the destination. | |
| NodeImagePtr | GetMask () |
Get the blending mask image. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodePatchImage* pNode, |
||
| void | SetApplyToAlphaChannel
(
bool |
||
| void | |||
| void | SetBlock
(
int index, |
Set a block of the layout that will be patched. | |
| void | SetBlockCount
(
int |
Set the number of blocks in the layout that will be patched. | |
| void | SetImage
(
NodeImagePtr |
Set the image that will be blended on the destination. | |
| void | SetMask
(
NodeImagePtr |
Set the blending mask image. | |
| NodePatchImagePtr | 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 |