Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/TRemoveOccludedTriangles > API/Plugins/DynamicMesh/Operations/TRemoveOccludedTriangles/Select
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/RemoveOccludedTriangles.h |
| Include | #include "Operations/RemoveOccludedTriangles.h" |
virtual bool Select
&40;
const TArrayView< const FTransformSRT3d > MeshLocalToOccluderSpaces,
TMeshAABBTree3< OccluderTriangleMeshType > &42; Spatial,
TFastWindingTree< OccluderTriangleMeshType > &42; FastWindingTree
&41;
Remarks
Select the occluded triangles, considering the given occluder AABB tree (which may represent more geometry than a single mesh) See simpler invocations below for the single instance case or the case where you'd like the spatial data structures built for you true on success
Parameters
| Name | Description |
|---|---|
| MeshLocalToOccluderSpaces | Transforms to take instances of the local mesh into the space of the occluders |
| Spatials | AABB trees for all occluders |
| FastWindingTrees | Precomputed fast winding trees for occluders |