Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeModifier
- NodeModifierMeshClipDeform
- NodeModifierMeshClipMorphPlane
- NodeModifierMeshClipWithMesh
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeModifier.h |
| Include | #include "MuT/NodeModifier.h" |
Syntax
class NodeModifier : public mu::Node
Remarks
This class is the parent of all nodes that output a component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EType | Type |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddTag
(
const char* tagName |
Add a tag to the surface, which will be affected by modifier nodes with the same tag. | |
| const NODE_TYPE * | |||
| const char * | GetTag
(
int |
Get a tag string from an index (0 to GetTagCount-1) | |
| int | GetTagCount () |
Get the number of tags added to the Surface. | |
| void | Serialise
(
const NodeModifier* pNode, |
Life cycle. | |
| void | SetStage
(
bool bBeforeNormalOperation |
Set the stage to apply this modifier in. Default is before normal operations. | |
| NodeModifierPtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType | Possible subclasses. |