Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVoxelFunctions.h |
| Include | #include "GeometryScript/MeshVoxelFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScript3DGridParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | GridCellSize | Use a specific grid cell size, and construct a grid with dimensions large enough to contain the target object | |
| int | GridResolution | Use a specific grid resolution, with the grid cell size derived form the target object bounds such that this is the number of cells along the longest box dimension | |
| EGeometryScriptGridSizingMethod | SizeMethod | SizeMethod determines how the parameters below will be interpreted to define the size of a 3D sampling/voxel grid |