Navigation
API > API/Plugins > API/Plugins/DynamicMesh
FLevelSetShape is a 3D signed distance function sampled on a regular grid
| Name | FLevelSetShape3d |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include Path | #include "ShapeApproximation/SimpleShapeSet3.h" |
Syntax
struct FLevelSetShape3d
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ShapeApproximation/SimpleShapeSet3.h | |||
FLevelSetShape3d
(
const FTransform3d& GridTransform, |
ShapeApproximation/SimpleShapeSet3.h | ||
FLevelSetShape3d
(
FTransform3d&& GridTransform, |
ShapeApproximation/SimpleShapeSet3.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CellSize | float | ShapeApproximation/SimpleShapeSet3.h | ||
| Grid | FDenseGrid3f | ShapeApproximation/SimpleShapeSet3.h | ||
| GridTransform | FTransform3d | ShapeApproximation/SimpleShapeSet3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOrientedBox3d GetGridBox() |
ShapeApproximation/SimpleShapeSet3.h | ||
ESimpleShapeType GetShapeType() |
ShapeApproximation/SimpleShapeSet3.h |