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