Navigation
API > API/Plugins > API/Plugins/MLAdapter
Inheritance Hierarchy
- IModuleInterface
- IMLAdapterModule
References
| Module | MLAdapter |
| Header | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterModule.h |
| Include | #include "MLAdapterModule.h" |
Syntax
class IMLAdapterModule : public IModuleInterface
Remarks
The public interface to this module. In most cases, this interface is only public to sibling modules within this plugin.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMLAdapterModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |