Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UBaseMeshProcessingTool
Description
Optional base mesh boundary loops. Default enabled. These are computed at Tool startup if required, and then not modified, so can be passed to multithreaded operators/etc If this function returns true, InitialBoundaryLoops will be initialized in Tool Setup(). This has some cost and should be disabled if not necessary.
| Name | RequiresInitialBoundaryLoops |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/BaseMeshProcessingTool.h |
| Include Path | #include "BaseTools/BaseMeshProcessingTool.h" |
virtual bool RequiresInitialBoundaryLoops() const