Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeModifier
- NodeModifierMeshClipDeform
- NodeModifierMeshClipMorphPlane
- NodeModifierMeshClipWithMesh
- NodeModifierMeshClipWithUVMask
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 | Add a tag to the surface, which will be affected by modifier nodes with the same tag. | ||
| const FNodeType * | |||
| void | Serialise
(
const NodeModifier* pNode, |
Life cycle. | |
| void | Set the policy to interprete the tags when there is more than one. | ||
| void | SetStage
(
bool bBeforeNormalOperation |
Set the stage to apply this modifier in.Default is before normal operations. | |
| Ptr< NodeModifier > | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EType | Possible subclasses. |