Navigation
API > API/Developer > API/Developer/MeshReductionInterface
| Name | IMeshReductionManagerModule |
| Type | class |
| Header File | /Engine/Source/Developer/MeshReductionInterface/Public/IMeshReductionManagerModule.h |
| Include Path | #include "IMeshReductionManagerModule.h" |
Syntax
class IMeshReductionManagerModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMeshMerging * GetDistributedMeshMergingInterface() |
Returns the distributed mesh merging plugin if available. | IMeshReductionManagerModule.h | |
IMeshMerging * GetMeshMergingInterface() |
Returns the mesh merging plugin if available. | IMeshReductionManagerModule.h | |
IMeshReduction * GetSkeletalMeshReductionInterface() |
Returns the mesh reduction plugin if available. | IMeshReductionManagerModule.h | |
IMeshReduction * GetStaticMeshReductionInterface() |
Returns the mesh reduction plugin if available. | IMeshReductionManagerModule.h | |
void OnModuleConfigurationCompleted
(
FSimpleDelegate Delegate |
Register a delegate that will fire when the module configuration is completed. | IMeshReductionManagerModule.h |