Navigation
API > API/Developer > API/Developer/DatasmithExporterUI
Static interface for the datasmith exporter UI module
| Name | IDatasmithExporterUIModule |
| Type | class |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithExporterUI/Public/IDatasmithExporterUIModule.h |
| Include Path | #include "IDatasmithExporterUIModule.h" |
Syntax
class IDatasmithExporterUIModule
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDatasmithExporterUIModule() |
IDatasmithExporterUIModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IDirectLinkUI * GetDirectLinkExporterUI() |
Return the Direct Link UI interface | IDatasmithExporterUIModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IDatasmithExporterUIModule * Get() |
This will return nullptr if the datasmith exporter manager initialization wasn't done with the datasmith ui argument at true | IDatasmithExporterUIModule.h |