unreal.NegativeSpaceSampleMethod

class unreal.NegativeSpaceSampleMethod

Bases: EnumBase

Method to distribute sampling spheres, used by FComputeNegativeSpaceOptions

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: CollisionFunctions.h

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

Use voxel-based subtraction and offsetting methods to specifically target concavities

Type:

1