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