Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshClipMorphPlane
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshClipMorphPlane.h |
| Include | #include "MuT/NodeMeshClipMorphPlane.h" |
Syntax
class NodeMeshClipMorphPlane : public mu::NodeMesh
Remarks
This node applies a geometric transform represented by a 4x4 matrix to a mesh
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddTag
(
const char* tagName |
Add a tag to the clip morph operation, which will only affect surfaces with the same tag. | |
| const char * | GetInputName
(
int i |
||
| const NODE_TYPE * | GetInputType
(
int i |
||
| Private * | GetPrivate () |
||
| NodeMeshPtr | GetSource () |
Source mesh to be clipped and morphed. | |
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeMeshClipMorphPlane* pNode, |
||
| void | SetMorphEllipse
(
float radius1, |
||
| void | SetParams
(
float dist, |
||
| void | SetPlane
(
float centerX, |
||
| void | |||
| void | SetVertexSelectionBone
(
uint16 BoneId, |
Define the root bone of the subhierarchy of the mesh that will be affected. | |
| void | SetVertexSelectionBox
(
float centerX, |
Define an axis-aligned box that will select the vertices to be morphed. | |
| NodeMeshClipMorphPlanePtr | 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 |