Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshFragment
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshFragment.h |
| Include | #include "MuT/NodeMeshFragment.h" |
Syntax
class NodeMeshFragment : public mu::NodeMesh
Remarks
This node selects a fragment of a mesh, by selecting some of its layout blocks.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | GetBlock
(
int i |
Get one of the layout block indices. | |
| FRAGMENT_TYPE | Get the type of mesh fragment to extract. | ||
| int | Get the index of the layout to use to extract blocks. | ||
| NodeMeshPtr | GetMesh () |
||
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeMeshFragment* pNode, |
||
| void | SetBlock
(
int i, |
||
| void | SetBlockCount
(
int |
Set the number of layout blocks to extract. | |
| void | SetFragmentType
(
FRAGMENT_TYPE type |
||
| void | SetLayoutOrGroup
(
int layoutIndex |
||
| void | SetMesh
(
NodeMeshPtr |
||
| NodeMeshFragmentPtr | 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 |
Enums
| Type | Name | Description | |
|---|---|---|---|
| FRAGMENT_TYPE |