Navigation
API > API/Plugins > API/Plugins/DatasmithImporter
Inheritance Hierarchy
- IModuleInterface
- IDatasmithImporterModule
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImporterModule.h |
| Include | #include "DatasmithImporterModule.h" |
Syntax
class IDatasmithImporterModule : public IModuleInterface
Remarks
The public interface of the DatasmithImporter module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IDatasmithImporterModule & | Get () |
Singleton-like access to IDatasmithImporter | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| FOnGenerateDatasmithImportMenu & | |||
| void | ResetOverrides
(
UObject* Object |
Restores the Datasmith imported values on an object |
Typedefs
| Name | Description |
|---|---|
| FOnGenerateDatasmithImportMenu |