{"className": "IAISupportModule::Get", "headerPath": "/Engine/Plugins/AI/AISupport/Source/AISupportModule/Public/AISupportModule.h", "description": "Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.\nReturns singleton instance, loading the module on demand if needed", "module": "AISupportModule", "code": "static [IAISupportModule](API\\Plugins\\AISupportModule\\IAISupportModule) & Get()", "variables": []} | |
{"className": "IAISupportModule::IsAvailable", "headerPath": "/Engine/Plugins/AI/AISupport/Source/AISupportModule/Public/AISupportModule.h", "description": "Checks to see if this module is loaded and ready. It is only valid to callGet()ifIsAvailable()returns true.\nTrue if the module is loaded and ready to use", "module": "AISupportModule", "code": "static bool IsAvailable()", "variables": []} | |
{"className": "IAISupportModule", "headerPath": "/Engine/Plugins/AI/AISupport/Source/AISupportModule/Public/AISupportModule.h", "description": "The public interface to this module", "module": "AISupportModule", "code": "class IAISupportModule : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []} | |