Navigation
API > API/Plugins > API/Plugins/DynamicMesh
FConvexShape is a 3D convex hull, currently stored as a triangle mesh
| Name | FConvexShape3d |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/ShapeApproximation/SimpleShapeSet3.h |
| Include Path | #include "ShapeApproximation/SimpleShapeSet3.h" |
Syntax
struct FConvexShape3d
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ShapeApproximation/SimpleShapeSet3.h | |||
FConvexShape3d
(
const FDynamicMesh3& MeshIn |
ShapeApproximation/SimpleShapeSet3.h | ||
FConvexShape3d
(
FDynamicMesh3&& MeshIn |
ShapeApproximation/SimpleShapeSet3.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mesh | FDynamicMesh3 | ShapeApproximation/SimpleShapeSet3.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ESimpleShapeType GetShapeType() |
ShapeApproximation/SimpleShapeSet3.h |