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