Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Scene > API/Plugins/ModelingComponents/Scene/IMeshSpatialWrapper
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Scene/MeshSceneAdapter.h |
| Include | #include "Scene/MeshSceneAdapter.h" |
void CollectSeedPoints
(
TArray < FVector3d > & WorldPoints,
TFunctionRef < FVector3d &)> LocalToWorldFunc
)
Remarks
Collect a set of seed points from this Mesh, mapped through LocalToWorldFunc to world space. Must be callable in parallel from any thread.