Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageTransform
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageTransform.h |
| Include | #include "MuT/NodeImageTransform.h" |
Syntax
class NodeImageTransform : public mu::NodeImage
Remarks
Node that multiplies the colors of an image, channel by channel.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EAddressMode | |||
| NodeImagePtr | GetBase () |
Base image to multiply. | |
| NodeScalarPtr | GetOffsetX () |
||
| NodeScalarPtr | GetOffsetY () |
||
| Private * | GetPrivate () |
||
| NodeScalarPtr | GetRotation () |
||
| NodeScalarPtr | GetScaleX () |
||
| NodeScalarPtr | GetScaleY () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageTransform* pNode, |
||
| void | SetAddressMode
(
EAddressMode AddressMode |
||
| void | SetBase
(
NodeImagePtr |
||
| void | SetOffsetX
(
NodeScalarPtr pNode |
||
| void | SetOffsetY
(
NodeScalarPtr pNode |
||
| void | SetRotation
(
NodeScalarPtr pNode |
||
| void | SetScaleX
(
NodeScalarPtr pNode |
||
| void | SetScaleY
(
NodeScalarPtr pNode |
||
| NodeImageTransformPtr | 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 |