Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeMesh
- NodeMeshTransform
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshTransform.h |
| Include | #include "MuT/NodeMeshTransform.h" |
Syntax
class NodeMeshTransform : 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 | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| NodeMeshPtr | GetSource () |
Source mesh to be re-formatted. | |
| const FNodeType * | |||
| const FMatrix44f & | GetTransform () |
||
| void | Serialise
(
const NodeMeshTransform* pNode, |
||
| void | |||
| void | SetTransform
(
const FMatrix44f& |
||
| NodeMeshTransformPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| const FNodeType * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |