Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageLayerColour
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageLayerColour.h |
| Include | #include "MuT/NodeImageLayerColour.h" |
Syntax
class NodeImageLayerColour : public mu::NodeImage
Remarks
This node applies a layer blending effect on a base image using a mask and a colour.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeImagePtr | GetBase () |
Get the node generating the base image that will have the blending effect applied. | |
| EBlendType | GetBlendType () |
||
| NodeColourPtr | GetColour () |
Get the node generating the color to blend on the base. | |
| NodeImagePtr | GetMask () |
Get the node generating the mask image controlling the weight of the effect. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageLayerColour* pNode, |
||
| void | SetBase
(
NodeImagePtr |
||
| void | |||
| void | |||
| void | SetMask
(
NodeImagePtr |
||
| NodeImageLayerColourPtr | 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 |