Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeMesh
- NodeMeshTransform
References
| Module | MutableTools |
| Header | /Engine/Plugins/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 | |
|---|---|---|---|
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 | |||
| void | SetTransform
(
const FMatrix44f& |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |