Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FConvexDecomposition3 > API/Runtime/GeometryCore/FConvexDecomposition3/FConvexPart
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConvexPart () |
CompGeom/ConvexDecomposition3.h | ||
FConvexPart
(
bool bIsCompact |
Allow direct construction of a compact part (e.g. to allow construction of a pre-existing convex hull) | CompGeom/ConvexDecomposition3.h | |
FConvexPart
(
const FDynamicMesh3& SourceMesh, |
CompGeom/ConvexDecomposition3.h | ||
FConvexPart
(
const FDynamicMesh3& SourceMesh, |
CompGeom/ConvexDecomposition3.h | ||
FConvexPart
(
TArrayView< const FVector3f > Vertices, |
CompGeom/ConvexDecomposition3.h | ||
FConvexPart
(
TArrayView< const FVector3f > Vertices, |
CompGeom/ConvexDecomposition3.h |
FConvexPart()
| Name | FConvexPart |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path | #include "CompGeom/ConvexDecomposition3.h" |
FConvexPart()
FConvexPart(bool)
Description
Allow direct construction of a compact part (e.g. to allow construction of a pre-existing convex hull)
| Name | FConvexPart |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path | #include "CompGeom/ConvexDecomposition3.h" |
FConvexPart
(
bool bIsCompact
)
FConvexPart(const FDynamicMesh3 &, bool, FTransformSRT3d &)
| Name | FConvexPart |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
FConvexPart
(
const FDynamicMesh3 & SourceMesh,
bool bMergeEdges,
FTransformSRT3d & TransformOut
)
FConvexPart(const FDynamicMesh3 &, const FConvexDecomposition3::FPreprocessMeshOptions &, FTransformSRT3d &)
| Name | FConvexPart |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
FConvexPart
(
const FDynamicMesh3 & SourceMesh,
const FConvexDecomposition3::FPreprocessMeshOptions & Options,
FTransformSRT3d & TransformOut
)
FConvexPart(TArrayView< const FVector3f >, TArrayView< const FIntVector3 >, const FConvexDecomposition3::FPreprocessMeshOptions &, FTransformSRT3d &, int32)
| Name | FConvexPart |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
FConvexPart
(
TArrayView < const FVector3f > Vertices,
TArrayView < const FIntVector3 > Faces,
const FConvexDecomposition3::FPreprocessMeshOptions & Options,
FTransformSRT3d & TransformOut,
int32 FaceVertexOffset
)
FConvexPart(TArrayView< const FVector3f >, TArrayView< const FIntVector3 >, bool, FTransformSRT3d &, int32)
| Name | FConvexPart |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/ConvexDecomposition3.h |
| Include Path | #include "CompGeom/ConvexDecomposition3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/ConvexDecomposition3.cpp |
FConvexPart
(
TArrayView < const FVector3f > Vertices,
TArrayView < const FIntVector3 > Faces,
bool bMergeEdges,
FTransformSRT3d & TransformOut,
int32 FaceVertexOffset
)