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