Navigation
API > API/Plugins > API/Plugins/ModelingComponents
| Name | ELatticeInterpolationType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/LatticeManager.h |
| Include Path | #include "LatticeManager.h" |
Syntax
enum ELatticeInterpolationType
{
Linear,
Cubic,
}
Values
| Name | Remarks |
|---|---|
| Linear | Use trilinear interpolation to get new mesh vertex positions from the lattice |
| Cubic | Use tricubic interpolation to get new mesh vertex positions from the lattice |