Navigation
API > API/Plugins > API/Plugins/InterchangeImport
The public interface to this module
| Name | IInterchangeImportModule |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/InterchangeImportModule.h |
| Include Path | #include "InterchangeImportModule.h" |
Syntax
class IInterchangeImportModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsSubstrateAdaptiveGBufferEnabled() |
Checks to see if Substrate Adaptive GBuffer is enabled in the Project Settings | InterchangeImportModule.h | |
virtual bool IsSubstrateEnabled() |
Checks to see if Substrate support is enabled both in the Project Settings and for Interchange | InterchangeImportModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IInterchangeImportModule & Get () |
Singleton-like access to this module's interface. | InterchangeImportModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | InterchangeImportModule.h |