Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- RefCounted
- Node
- NodeModifier
- NodeModifierMeshClipDeform
- NodeModifierMeshClipMorphPlane
- NodeModifierMeshClipWithMesh
- NodeModifierMeshClipWithUVMask
- NodeModifierMeshTransformInMesh
- NodeModifierSurfaceEdit
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeModifier.h |
| Include | #include "MuT/NodeModifier.h" |
Syntax
class NodeModifier : public mu::Node
Remarks
Parent of all node classes that apply modifiers to surfaces.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyBeforeNormalOperations | Wether the modifier has to be applied before the normal node operations or after. | |
| TArray< FString > | EnableTags | Tags enabled by this modifier. | |
| EMutableMultipleTagPolicy | MultipleTagsPolicy | In case of multiple tags in RequiredTags: are they all required, or one is enough? | |
| TArray< FString > | RequiredTags | Tags that target surface need to have enabled to receive this modifier. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FNodeType * |
Overridden from Node
Constants
| Name | Description |
|---|---|
| StaticType |