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