Navigation
API > API/Plugins > API/Plugins/GeometryProcessingAdapters > API/Plugins/GeometryProcessingAdapters/GeometryProcessing
Inheritance Hierarchy
- IModularFeature
- IGeometryProcessing_CombineMeshInstances
- FCombineMeshInstancesImpl
References
| Module | GeometryProcessingAdapters |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/GeometryProcessingAdapters/Public/GeometryProcessing/CombineMeshInstancesImpl.h |
| Include | #include "GeometryProcessing/CombineMeshInstancesImpl.h" |
Syntax
class FCombineMeshInstancesImpl : public IGeometryProcessing_CombineMeshInstances
Remarks
Implementation of IGeometryProcessing_CombineMeshInstances
Overridden from IGeometryProcessing_CombineMeshInstances
| Type | Name | Description | |
|---|---|---|---|
| void | CombineMeshInstances
(
const FSourceInstanceList& MeshInstances, |
||
| void | CombineMeshInstances
(
const FSourceInstanceList& MeshInstances, |
A version of CombineMeshInstances that takes per-LOD settings and uses pre-computed part meshes (computed via ComputePartMeshSets, above) | |
| void | ComputePartMeshSets
(
FSourceInstanceList& MeshInstances, |
Generate a set of coarse simplification and/or approximation LODs for all source meshes in the given MeshInstances | |
| void | ComputeSinglePartMeshSet
(
TConstArrayView< const FMeshDescription* > SourceMeshLODs, |
Generate a set of coarse simplification and/or approximation LODs from a source array of mesh descriptions per LOD | |
| void | ComputeSinglePartMeshSet
(
UStaticMesh* SourceMesh, |
Generate a set of coarse simplification and/or approximation LODs from a source static mesh | |
| FOptions |