Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/NodeModifierMeshClipMorphPlane
Inheritance Hierarchy
- Node::Private
- NodeModifier::Private
- NodeModifierMeshClipMorphPlane::Private
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Internal/MuT/NodeModifierMeshClipMorphPlanePrivate.h |
Syntax
class Private : public mu::NodeModifier::Private
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | m_dist | Distance to the plane of last affected vertex. | |
| float | m_factor | "Linearity" factor of the influence. | |
| float | m_maxEffectRadius | Max distance a vertex can have to the bone in order to be affected. | |
| FVector3f | m_normal | ||
| FVector3f | m_origin | Ellipse location. | |
| float | m_radius1 | ||
| float | m_radius2 | ||
| float | m_rotation | ||
| FVector3f | m_selectionBoxOrigin | ||
| FVector3f | m_selectionBoxRadius | ||
| uint16 | m_vertexSelectionBone | ||
| uint8 | m_vertexSelectionType | Vertex selection box. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Private () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Enums
| Type | Name | Description | |
|---|---|---|---|
| VERTEX_SELECTION | Typed of vertex selection. |
Constants
| Name | Description |
|---|---|
| s_type |