Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/NodeMeshClipMorphPlane
Description
Define an axis-aligned box that will select the vertices to be morphed. If this is not set, or the size of the box is 0, all vertices will be affected. 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/NodeMeshClipMorphPlane.h |
| Include Path | #include "MuT/NodeMeshClipMorphPlane.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableTools/Private/MuT/NodeMeshClipMorphPlane.cpp |
void SetVertexSelectionBox
(
FVector3f Center,
FVector3f Radius
)