Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeModifierMeshClipMorphPlane.h |
| Include | #include "MuT/NodeModifierMeshClipMorphPlane.h" |
Syntax
struct FClipMorphPlaneParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DistanceToPlane | Distance to the plane of last affected vertex. | |
| EFaceCullStrategy | FaceCullStrategy | ||
| float | LinearityFactor | "Linearity" factor of the influence. | |
| float | MaxEffectRadius | Max distance a vertex can have to the bone in order to be affected. | |
| FVector3f | Normal | ||
| FVector3f | Origin | Ellipse location. | |
| float | Radius1 | ||
| float | Radius2 | ||
| float | Rotation | ||
| FVector3f | SelectionBoxOrigin | ||
| FVector3f | SelectionBoxRadius | ||
| FBoneName | VertexSelectionBone | ||
| EClipVertexSelectionType | VertexSelectionType | Vertex selection box. |