Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshMakeMorph
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshMakeMorph.h |
| Include | #include "MuT/NodeMeshMakeMorph.h" |
Syntax
class NodeMeshMakeMorph : public mu::NodeMesh
Remarks
This node removes from a mesh A all the faces that are also part of a mesh B.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeMeshPtr | GetBase () |
||
| bool | |||
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| NodeMeshPtr | GetTarget () |
||
| void | Serialise
(
const NodeMeshMakeMorph* pNode, |
||
| void | |||
| void | SetOnlyPositionAndNormal
(
bool bOnlyPositionAndNormal |
||
| void | |||
| NodeMeshMakeMorphPtr | 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 |