Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/NodeModifierMeshClipMorphPlane
Description
Define an axis-aligned box that will select the vertices to be morphed. Only one of Box or Bone Hierarchy can be used (the last one set)
| Name | SetVertexSelectionBox |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeModifierMeshClipMorphPlane.h |
| Include Path | #include "MuT/NodeModifierMeshClipMorphPlane.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/NodeModifierMeshClipMorphPlane.cpp |
void SetVertexSelectionBox
(
float centerX,
float centerY,
float centerZ,
float radiusX,
float radiusY,
float radiusZ
)