Navigation
API > API/Plugins > API/Plugins/ProxyLODMeshReduction
Inheritance Hierarchy
- IModuleInterface
- IModularFeature
- IMeshReductionModule
- IProxyLODMeshReduction
References
| Module | ProxyLODMeshReduction |
| Header | /Engine/Plugins/Experimental/ProxyLODPlugin/Source/ProxyLOD/Public/IProxyLODPlugin.h |
| Include | #include "IProxyLODPlugin.h" |
Syntax
class IProxyLODMeshReduction : 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 | |
|---|---|---|---|
| IProxyLODMeshReduction & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |