Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeMesh
- NodeMeshVariation
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeMeshVariation.h |
| Include | #include "MuT/NodeMeshVariation.h" |
Syntax
class NodeMeshVariation : public mu::NodeMesh
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| int | |||
| void | Serialise
(
const NodeMeshVariation* pNode, |
||
| void | SetDefaultMesh
(
NodeMesh* Mesh |
||
| void | SetVariationCount
(
int count |
Set the number of tags to consider in this variation. | |
| void | SetVariationMesh
(
int index, |
||
| void | SetVariationTag
(
int index, |
Set the tag or state name that will enable a specific vartiation. | |
| NodeMeshVariationPtr | 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 |