Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/CollisionFunctions.h |
| Include | #include "GeometryScript/CollisionFunctions.h" |
Syntax
enum ENegativeSpaceSampleMethod
{
Uniform,
VoxelSearch,
NavigableVoxelSearch,
}
Values
| Name | Description |
|---|---|
| Uniform | Place sample spheres in a uniform grid pattern. |
| VoxelSearch | Use voxel-based subtraction and offsetting methods to specifically target concavities. |
| NavigableVoxelSearch | A more-principled version of VoxelSearch that attempts to target specifically the space that is reachable by characters at least as large as a MinRadius sphere. |
Remarks
Method to distribute sampling spheres, used by FComputeNegativeSpaceOptions.