Navigation
API > API/Developer > API/Developer/MeshReductionInterface
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IMeshReductionModule
- IProxyLODMeshReduction
- ISkeletalMeshReduction
References
| Module | MeshReductionInterface |
| Header | /Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionInterfaces.h |
| Include | #include "IMeshReductionInterfaces.h" |
Syntax
class IMeshReductionModule :
public IModuleInterface,
public IModularFeature
Remarks
Mesh reduction module interface.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMeshMerging * | Retrieve the distributed mesh merging interface. | ||
| IMeshMerging * | Retrieve the mesh merging interface. | ||
| const FName | Modular feature name to register for retrieval during runtime. | ||
| FString | GetName () |
||
| IMeshReduction * | Retrieve the static mesh reduction interface. | ||
| IMeshReduction * | Retrieve the static mesh reduction interface. |