Navigation
API > API/Plugins > API/Plugins/CustomMeshComponent
Inheritance Hierarchy
- IModuleInterface
- ICustomMeshComponentPlugin
References
| Module | CustomMeshComponent |
| Header | /Engine/Plugins/Runtime/CustomMeshComponent/Source/CustomMeshComponent/Public/ICustomMeshComponentPlugin.h |
| Include | #include "ICustomMeshComponentPlugin.h" |
Syntax
class ICustomMeshComponentPlugin : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| ICustomMeshComponentPlugin & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |