Navigation
API > API/Developer > API/Developer/MeshReductionInterface
Mesh reduction module interface.
| Name | IMeshReductionModule |
| Type | class |
| Header File | /Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionInterfaces.h |
| Include Path | #include "IMeshReductionInterfaces.h" |
Syntax
class IMeshReductionModule :
public IModuleInterface,
public IModularFeature
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMeshMerging * GetDistributedMeshMergingInterface() |
Retrieve the distributed mesh merging interface. | IMeshReductionInterfaces.h | |
IMeshMerging * GetMeshMergingInterface() |
Retrieve the mesh merging interface. | IMeshReductionInterfaces.h | |
FString GetName() |
IMeshReductionInterfaces.h | ||
IMeshReduction * GetSkeletalMeshReductionInterface() |
Retrieve the static mesh reduction interface. | IMeshReductionInterfaces.h | |
IMeshReduction * GetStaticMeshReductionInterface() |
Retrieve the static mesh reduction interface. | IMeshReductionInterfaces.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FName GetModularFeatureName() |
Modular feature name to register for retrieval during runtime. | IMeshReductionInterfaces.h |