Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Drawing > API/Plugins/ModelingComponents/Drawing/UMeshElementsVisualizer
Type
typedef TFunctionRef< void(const UE::Geometry::FDynamicMesh3 &Mesh)> ProcessDynamicMeshFunc
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshElementsVisualizer.h |
| Include | #include "Drawing/MeshElementsVisualizer.h" |
Remarks
A reference to a function that can be called with a const FDynamicMesh3 to do some computation on it.