Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageConstant
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageConstant.h |
| Include | #include "MuT/NodeImageConstant.h" |
Syntax
class NodeImageConstant : public mu::NodeImage
Remarks
Node that outputs a constant image. This node also supports "image references".
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| Ptr< const Image > | GetValue () |
Get the image that will be output by this node. | |
| void | Serialise
(
const NodeImageConstant* pNode, |
||
| void | Set the image to be output by this node. | ||
| void | SetValue
(
Ptr< ResourceProxy< Image >> pImage |
Set the image proxy that will provide the image for this node when necessary. | |
| NodeImageConstantPtr | 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 |