Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/NodeModifierMeshClipMorphPlane
Inheritance Hierarchy
- Base
- mu::BaseVisitable< Ptr< class ASTOp >, DefaultCatchAll, true >
- Node::Private
- NodeModifier::Private
- NodeModifierMeshClipMorphPlane::Private
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Private/MuT/NodeModifierMeshClipMorphPlanePrivate.h |
| Include | #include "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. | |
| vec3f | m_normal | ||
| vec3f | m_origin | Ellipse location. | |
| float | m_radius1 | ||
| float | m_radius2 | ||
| float | m_rotation | ||
| vec3f | m_selectionBoxOrigin | ||
| vec3f | m_selectionBoxRadius | ||
| uint16 | m_vertexSelectionBone | ||
| uint8_t | m_vertexSelectionType | Vertex selection box. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Private () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ReturnType | Accept
(
::mu::BaseVisitor& guest |
||
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
Enums
| Type | Name | Description | |
|---|---|---|---|
| VERTEX_SELECTION | Typed of vertex selection. |
Constants
| Name | Description |
|---|---|
| s_type |