unreal.NegativeSpaceSampleMethod¶
- class unreal.NegativeSpaceSampleMethod¶
Bases:
EnumBaseMethod to distribute sampling spheres, used by FComputeNegativeSpaceOptions
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: CollisionFunctions.h
- NAVIGABLE_VOXEL_SEARCH: NegativeSpaceSampleMethod = Ellipsis¶
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
- Type:
2
- UNIFORM: NegativeSpaceSampleMethod = Ellipsis¶
Place sample spheres in a uniform grid pattern
- Type:
0
- VOXEL_SEARCH: NegativeSpaceSampleMethod = Ellipsis¶
Use voxel-based subtraction and offsetting methods to specifically target concavities
- Type:
1