Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UOffsetMeshTool
- UBaseMeshProcessingTool::RequiresInitialBoundaryLoops()
- UOffsetMeshTool::RequiresInitialBoundaryLoops()
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/OffsetMeshTool.h |
| Include | #include "OffsetMeshTool.h" |
virtual bool RequiresInitialBoundaryLoops&40;&41; const
Remarks
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.