Navigation
API > API/Plugins > API/Plugins/DatasmithImporter
The public interface of the DatasmithImporter module
| Name | IDatasmithImporterModule |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/DatasmithImporterModule.h |
| Include Path | #include "DatasmithImporterModule.h" |
Syntax
class IDatasmithImporterModule : public IModuleInterface
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGenerateDatasmithImportMenu | TMulticastDelegate_OneParam< void, struct FToolMenuSection & > | DatasmithImporterModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnGenerateDatasmithImportMenu & OnGenerateDatasmithImportMenu() |
DatasmithImporterModule.h | ||
void ResetOverrides
(
UObject* Object |
Restores the Datasmith imported values on an object | DatasmithImporterModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IDatasmithImporterModule & Get() |
Singleton-like access to IDatasmithImporter | DatasmithImporterModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | DatasmithImporterModule.h |