Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FLevelSetShape3d
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ShapeApproximation/SimpleShapeSet3.h | |||
FLevelSetShape3d
(
const FTransform3d& GridTransform, |
ShapeApproximation/SimpleShapeSet3.h | ||
FLevelSetShape3d
(
FTransform3d&& GridTransform, |
ShapeApproximation/SimpleShapeSet3.h |
FLevelSetShape3d()
| Name | FLevelSetShape3d |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include Path | #include "ShapeApproximation/SimpleShapeSet3.h" |
FLevelSetShape3d()
FLevelSetShape3d(const FTransform3d &, const FDenseGrid3f &, float)
| Name | FLevelSetShape3d |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include Path | #include "ShapeApproximation/SimpleShapeSet3.h" |
FLevelSetShape3d
(
const FTransform3d & GridTransform,
const FDenseGrid3f & Grid,
float CellSize
)
FLevelSetShape3d(FTransform3d &&, FDenseGrid3f &&, float)
| Name | FLevelSetShape3d |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include Path | #include "ShapeApproximation/SimpleShapeSet3.h" |
FLevelSetShape3d
(
FTransform3d && GridTransform,
FDenseGrid3f && Grid,
float CellSize
)