Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshConstant
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshConstant.h |
| Include | #include "MuT/NodeMeshConstant.h" |
Syntax
class NodeMeshConstant : public mu::NodeMesh
Remarks
Node that outputs a constant mesh. It allows to define the layouts for the texture channels of the constant mesh
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeLayoutPtr | GetLayout
(
int index |
Get the node defining a layout of the returned mesh. | |
| int | Get the number of layouts defined in this mesh. | ||
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| MeshPtr | GetValue () |
Get the constant mesh that will be returned. | |
| void | Serialise
(
const NodeMeshConstant* pNode, |
||
| void | SetLayout
(
int index, |
||
| void | SetLayoutCount
(
int |
||
| void | Set the constant mesh that will be returned. | ||
| NodeMeshConstantPtr | 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 |