Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeComponent
- NodeComponentEdit
- NodeComponentNew
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeComponent.h |
| Include | #include "MuT/NodeComponent.h" |
Syntax
class NodeComponent : public mu::Node
Remarks
This class is the parent of all nodes that output a component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EType | Type |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const NODE_TYPE * | |||
| 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 | Serialise
(
const NodeComponent* pNode, |
Life cycle. | |
| 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. | |
| NodeComponentPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType | Possible subclasses. |