Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeComponent
- NodeComponentNew
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeComponentNew.h |
| Include | #include "MuT/NodeComponentNew.h" |
Syntax
class NodeComponentNew : public mu::NodeComponent
Remarks
This node makes a new component from several meshes and images.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint16 | GetId () |
Get the id of the component. | |
| const char * | GetName () |
Get the name of the component. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeComponentNew* pNode, |
||
| void | SetId
(
uint16 |
Set the id of the component. | |
| void | SetName
(
const char* |
Set the name of the component. | |
| NodeComponentNewPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from NodeComponent
| Type | Name | Description | |
|---|---|---|---|
| NodeSurface * | GetSurface
(
int index |
Get the node generating one of the meshes in the component. | |
| int | Get the number of meshes in the component. | ||
| void | SetSurface
(
int index, |
Set the node generating one of the meshes in the component. | |
| void | SetSurfaceCount
(
int |
Set the number of meshes in the component. |
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 |