Navigation
API > API/Plugins > API/Plugins/SkeletalMeshReduction
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
| Name | ISkeletalMeshReduction |
| Type | class |
| Header File | /Engine/Plugins/Experimental/SkeletalReduction/Source/Public/ISkeletalMeshReduction.h |
| Include Path | #include "ISkeletalMeshReduction.h" |
Syntax
class ISkeletalMeshReduction : public IMeshReductionModule
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetName() |
ISkeletalMeshReduction.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ISkeletalMeshReduction & Get () |
Singleton-like access to this module's interface. | ISkeletalMeshReduction.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | ISkeletalMeshReduction.h |