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