Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeImage
- NodeImageParameter
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageParameter.h |
| Include | #include "MuT/NodeImageParameter.h" |
Syntax
class NodeImageParameter : public mu::NodeImage
Remarks
Node that defines a Image model parameter.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const FNodeType * | |||
| void | Serialise
(
const NodeImageParameter* pNode, |
||
| void | SetDefaultValue
(
FName Value |
Get the default value of the parameter. | |
| void | Set the name of the parameter. | ||
| void | |||
| void | SetRangeCount
(
int Index |
Set the number of ranges (dimensions) for this parameter. | |
| void | Set the uid of the parameter. | ||
| Ptr< NodeImageParameter > | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| const FNodeType * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |