Navigation
API > API/Plugins > API/Plugins/MDLImporter
| Name | IMDLImporterModule |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/MDLImporter/Source/MDLImporter/Public/MDLImporterModule.h |
| Include Path | #include "MDLImporterModule.h" |
Syntax
class IMDLImporterModule : public IModuleInterface
Implements Interfaces
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModuleName | const TCHAR * | MDLImporterModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< IMdlFileImporter > CreateFileImporter() |
MDLImporterModule.h | ||
FMDLImporter & GetMDLImporter() |
Access to the internal MDL importer. | MDLImporterModule.h | |
bool IsLoaded() |
MDLImporterModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IMDLImporterModule & Get() |
Singleton-like access to MDLImporter | MDLImporterModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | MDLImporterModule.h |