Navigation
API > API/Plugins > API/Plugins/PlanarCut
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ConvertToMeshDescription
(
FMeshDescription& OutputMesh, |
Convert chosen Geometry groups inside a GeometryCollection to a single Mesh Description. | PlanarCut.h | |
void ConvertToMeshDescription
(
FMeshDescription& OutputMesh, |
Convert chosen Geometry groups inside a GeometryCollection to a single Mesh Description. | PlanarCut.h |
ConvertToMeshDescription(FMeshDescription &, FTransform &, bool, FGeometryCollection &, const TManagedArray< FTransform > &, const TArrayView< const int32 > &, TFunction< int32(int32, bool)>)
Description
Convert chosen Geometry groups inside a GeometryCollection to a single Mesh Description.
| Name | ConvertToMeshDescription |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
void ConvertToMeshDescription
(
FMeshDescription & OutputMesh,
FTransform & TransformOut,
bool bCenterPivot,
FGeometryCollection & Collection,
const TManagedArray < FTransform > & BoneTransforms,
const TArrayView < const int32 > & TransformIndices,
TFunction < int32> RemapMaterialIDs
)
Parameters
| Name | Remarks |
|---|---|
| OutputMesh | Mesh to be filled with the geometry collection geometry |
| TransformOut | Transform taking output mesh geometry to local space of geometry collection |
| bCenterPivot | Whether to center the geometry at the origin |
| Collection | The collection to be converted |
| TransformIndices | Which transform groups inside the collection to convert |
| RemapMaterialIDs | Optional function to remap (MaterialID, bIsInternal) -> NewMaterialID |
ConvertToMeshDescription(FMeshDescription &, FTransform &, bool, FGeometryCollection &, const TManagedArray< FTransform3f > &, const TArrayView< const int32 > &, TFunction< int32(int32, bool)>)
Description
Convert chosen Geometry groups inside a GeometryCollection to a single Mesh Description.
| Name | ConvertToMeshDescription |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include Path | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
void ConvertToMeshDescription
(
FMeshDescription & OutputMesh,
FTransform & TransformOut,
bool bCenterPivot,
FGeometryCollection & Collection,
const TManagedArray < FTransform3f > & BoneTransforms,
const TArrayView < const int32 > & TransformIndices,
TFunction < int32> RemapMaterialIDs
)
Parameters
| Name | Remarks |
|---|---|
| OutputMesh | Mesh to be filled with the geometry collection geometry |
| TransformOut | Transform taking output mesh geometry to local space of geometry collection |
| bCenterPivot | Whether to center the geometry at the origin |
| Collection | The collection to be converted |
| TransformIndices | Which transform groups inside the collection to convert |
| RemapMaterialIDs | Optional function to remap (MaterialID, bIsInternal) -> NewMaterialID |