Navigation
API > API/Plugins > API/Plugins/SkeletalMeshReduction
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IMeshReductionModule
- ISkeletalMeshReduction
References
| Module | SkeletalMeshReduction |
| Header | /Engine/Plugins/Experimental/SkeletalReduction/Source/Public/ISkeletalMeshReduction.h |
| Include | #include "ISkeletalMeshReduction.h" |
Syntax
class ISkeletalMeshReduction : public IMeshReductionModule
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| ISkeletalMeshReduction & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |