Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FKMLLevelSetElem
Description
Get geometry of all cells where the level set function is less than or equal to InteriorThreshold
| Name | GetInteriorGridCells |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/PhysicsEngine/MLLevelSetElem.h |
| Include Path | #include "PhysicsEngine/MLLevelSetElem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Collision/KAggregateGeom.cpp |
void GetInteriorGridCells
(
TArray < FBox > & CellBoxes,
double InteriorThreshold
) const